Javascript’s ES6 has nothing quite new in our eyes without syntax differences, or syntactic sugar. But this time we will discuss something completely new. Yes this thing has been added to ES6 completely new. It never existed in any previous version of JavaScript. That’s the map Map. Do not mistake this map Mapas a map map. The reason mapis a method. But the map we Mapwill talk…Continue reading Javascript ES6 – Map
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