name Github hearsid hostedapp link
type link
action http://hearsid.com/ng-contact-manager/contacts?no_of_contacts=10Performance
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
- Install angular cli.
- Run ng new app-new
- Do ng start, install material design and other required libraries.
- Add you code.
- Do ng build and deploy the app.
Github pages performance

