Angular 7
Installation Angular 7 Components Angular 7 Templating app.component.html nav.component.html nav.component.ts /src/styles.scss nav/component.scss Angular 7 Routing /src/app/app-routing.module.ts Angular 7 Event Binding /src/app/home/home.component.html home.component.ts Angular 7 Class & Style Binding home.component.html home.component.ts home.component.scss home.component.html home.component.scss home.component.html Angular 7 Services /src/app/data.service.ts /src/app/home/home.component.ts Angular 7 HTTP Client /src/app/app.module.ts /src/app/data.service.ts home.component.ts home.component.html home.component.scss Angular 7 Forms app.module.ts contact.component.ts contact.component.html contact.component.scss
