app.component.ts file app.component.html
Category: Angular
Angular is a platform for building mobile and desktop web applications. Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations.
Diving Deeper into Reactive Forms
Step 1: create-session.component.html initial setup Step 2: create-session.component.ts initial setup Step 3: updated create-session.component.html file Step 4: create-session.component.ts Step 5: create-session.component.html again update for validation
Diving Deeper into Template Based Forms
Step 1: create-event.component.html (Initially) Step 2: event.service.ts Step 3: create-event.component.ts Step 4: create-event.component.html app.module.ts
Multiple Validators in Reactive Forms
profile.component.html profile.component.ts auth.service.ts user.module.ts user.routes.ts
Validating Reactive Forms
profile.component.html profile.component.ts auth.service.ts user.module.ts user.routes.ts
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