name Github hearsid hostedapp link
type link
action http://hearsid.com/ng-contact-manager/contacts?no_of_contacts=10

Performance

Dom_Content_Loaded → 1.44s #first_contentful_paint → 1.89s #largest_contentful_paint → 1.89s

INTRO

Angular is a development platform, built on TypeScript. As a platform, Angular includes:

  • A component-based framework for building scalable web applications
  • A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more
  • A suite of developer tools to help you develop, build, test, and update your code

How to create

  1. Install angular cli.
  2. Run ng new app-new
  3. Do ng start, install material design and other required libraries.
  4. Add you code.
  5. Do ng build and deploy the app.

Github pages performance