profile.component.html profile.component.ts auth.service.ts user.module.ts user.routes.ts
Month: January 2020
Creating Your First Reactive Form
profile.component.html profile.component.ts auth.service.ts app.module.ts
Validating Template based Forms
login.component.html login.component.ts auth.service.ts app.module.ts [register auth.service.ts file]
Creating Your First Template based Form
Step 1: Create a component like login.component.html Step 2: login.component.ts
Create Models for Type Safety
Step 1: event.model.ts Step 2: event.service.ts Step 3: event.thumbnail.component.ts
Lazy loading modules
Step 1: Create a user folder then create a component user.profile.component.ts user.module.ts user.routes.ts routes.ts nav-bar.component.html
Guarding Route De-activation
event-route.activator.service.ts routes.ts app.module.ts
Guarding Route Activation
event-route.activator.service.ts routes.ts app.module.ts
Navigation from menu
Step 1: create a component like create-event.component.ts Step 2: routes.ts file Step 3: createEventComponent component register in app.module.ts file Step 4: add router link in nav html file
Adding your first route
Step 1: events-app.component.ts file Step 2: routes.ts file Step 3: app.module.ts file Register router for routing Step 4 : index.html Step 5: event-details.component.ts file Step 6: event.service.ts file Step 6: app.module.ts file Register event details file