Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.21 KB

Designa Angular Snippets


HTML Snippets:

Description Prefix
Template declaration template#
Template declaration - WITH SECTION COMMENT template#with-section
spinner btn-spinner
ng-container with *ngIf condition ngIf
ng-container with NgSwitch ngSwitch
Custom tooltip tooltip
Base page loader container page-loader

JavaScript/Typescript Snippets:

Description Prefix
NgOnInit ngoninit
NgOnDestroy ngondestroy
Subscriptions to be destroyed subs
Catch API Error catchApiError
Finally toggle loader finallyToggleLoader