Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 348 Bytes

File metadata and controls

14 lines (10 loc) · 348 Bytes

// Setup and Installation is done

Data binding => interplocation {{}}, propertyBinding [], two way data binding [(ngModel)], event Binding.

Directives => Structual (a directive responsible to change the structure of the dorm) ngIf, ngFor

Attribute (a directive that adds extra behaviour to the exsisting element) ngClass, ngStyle

//