Angular Directives Angular Directives Angular built-in directives cover a broad range of functionality, but sometimes creating our own directives will result in more elegant so...
Download Load Configuration Import Dependencies Animations Angular CLI Integration Dependencies Styles Configuration Get StartedPrimeNG is a rich set of open source native...
Replacing Services with TypeScript Classes How do we get there? Example .factory original Conversion to .service Conversion to TypeScript class Skip the middleman Replaci...
HTTP Setting up angular/http HTTP In order to start making HTTP calls from our Angular app we need to import the angular/http module and register for HTTP services. It suppor...
Testing Components Testing Components Testing Angular components requires some insight into the Angular @angular /core/testing module. Though many features of Jasmine are used...