Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 507 Bytes

File metadata and controls

26 lines (16 loc) · 507 Bytes

Angular Starter Code

This boilerplate code includes these modules:

Material
AppRouting
FlexLayout
HttpClient
ReactiveForms
BrowserAnimations

Note: The /components directory inside the /app is where all the components go.
Declare and export the components in components.module.ts. Import any required modules in it.

Stylesheet is set to SCSS, font-family is Roboto and Theme is Indigo-Pink.

Angular Version 10.0.5

Get Started

Clone the repository

npm install

ng serve