Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Beginning Server-Side Application Development with Angular [Instructor Edition]
  • Table Of Contents Toc
Beginning Server-Side Application Development with Angular [Instructor Edition]

Beginning Server-Side Application Development with Angular [Instructor Edition]

By : Bram Borggreve
close
close
Beginning Server-Side Application Development with Angular [Instructor Edition]

Beginning Server-Side Application Development with Angular [Instructor Edition]

By: Bram Borggreve

Overview of this book

In this course we will learn how to use Angular to create a Progressive Web App (PWA) that has great support for SEO. To understand what this exactly means we need to dissect the terms in the last sentence. A Progressive Web App is a regular web app that are enhanced to work on mobile, with support for working offline or with slow connections et. al. Building support for SEO means that search engines can read and understand the pages, and that the pages have dynamic data the is specifically aimed to search engines (meta tags). We will end with a dynamic single page web application that behaves like a server-rendered application.
Table of Contents (10 chapters)
close
close

Installing Angular CLI


Angular CLI is the officially supported tool for creating and developing Angular applications. It is an open source project that is maintained by the Angular team and is the recommended way to develop Angular applications.

Angular CLI offers the following functionality:

  • Create a new application

  • Run the application in development mode

  • Generate code using the best practices from the Angular team

  • Run unit tests and end-to-end tests

  • Create a production-ready build

One of the main benefits of using Angular CLI is that you don't need to configure any build tools. It's all abstracted away and available through one handy command: ng.

Throughout the book, we will be using the ng command for creating the app, generating the code, running the application in development mode, and creating builds.

Note

For more information about Angular CLI, refer to the project page on GitHub (https://github.com/angular/angular-cli)

To install Angular CLI on your machine, perform the following steps:

  1. Open your terminal.

  2. Run the following command:

    npm install –g @angular/cli@latest
  3. Once the installation is finished without any errors, make sure that the ng command works as expected by running the following command:

    ng --version
  4. Verify that the output is similar to the output shown here:

In this section, we have installed Angular CLI. We can start building our application!

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Beginning Server-Side Application Development with Angular [Instructor Edition]
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon