Problems/Coding/Angular/Easy

Easy Angular

Coding problems ยท 100 total

Create standalone component

Start problem

Implement data binding

Start problem

Create event binding

Start problem

Implement two-way binding

Start problem

Create property binding

Start problem

Implement ngIf directive

Start problem

Create ngFor directive

Start problem

Implement ngSwitch directive

Start problem

Create ngClass directive

Start problem

Implement ngStyle directive

Start problem

Create custom pipe

Start problem

Implement pure pipe

Start problem

Create impure pipe

Start problem

Implement async pipe

Start problem

Create service

Start problem

Implement dependency injection

Start problem

Create constructor injection

Start problem

Implement provider configuration

Start problem

Create singleton service

Start problem

Implement scoped service

Start problem

Create HTTP client

Start problem

Implement GET request

Start problem

Create POST request

Start problem

Implement error handling

Start problem

Create interceptor

Start problem

Implement auth interceptor

Start problem

Create loading interceptor

Start problem

Implement retry logic

Start problem

Create route configuration

Start problem

Implement router outlet

Start problem

Create router link

Start problem

Implement navigation

Start problem

Create route parameters

Start problem

Implement query parameters

Start problem

Create route guards

Start problem

Implement CanActivate guard

Start problem

Create CanDeactivate guard

Start problem

Implement resolver

Start problem

Create lazy loading

Start problem

Implement preloading strategy

Start problem

Create form control

Start problem

Implement form group

Start problem

Create form builder

Start problem

Implement validators

Start problem

Create custom validator

Start problem

Implement async validator

Start problem

Create reactive form

Start problem

Implement template-driven form

Start problem

Create form array

Start problem

Implement dynamic forms

Start problem

Create input component

Start problem

Implement output event

Start problem

Create ViewChild

Start problem

Implement ContentChild

Start problem

Create template reference

Start problem

Implement ng-content

Start problem

Create ng-template

Start problem

Implement ng-container

Start problem

Create structural directive

Start problem

Implement attribute directive

Start problem

Create host binding

Start problem

Implement host listener

Start problem

Create lifecycle hooks

Start problem

Implement ngOnInit

Start problem

Create ngOnChanges

Start problem

Implement ngOnDestroy

Start problem

Create ngAfterViewInit

Start problem

Implement change detection

Start problem

Create OnPush strategy

Start problem

Implement ChangeDetectorRef

Start problem

Create zone handling

Start problem

Implement animations

Start problem

Create transition

Start problem

Implement state

Start problem

Create keyframes

Start problem

Implement animation trigger

Start problem

Create route animation

Start problem

Implement list animation

Start problem

Create stagger animation

Start problem

Implement module

Start problem

Create shared module

Start problem

Implement core module

Start problem

Create feature module

Start problem

Implement declarations

Start problem

Create exports

Start problem

Implement imports

Start problem

Create providers

Start problem

Implement BrowserModule

Start problem

Create CommonModule

Start problem

Implement FormsModule

Start problem

Create ReactiveFormsModule

Start problem

Implement HttpClientModule

Start problem

Create RouterModule

Start problem

Implement MaterialModule

Start problem

Create component test

Start problem

Implement service test

Start problem

Create pipe test

Start problem

Implement directive test

Start problem

Create form validation

Start problem

Implement basic routing

Start problem