Home 2018 September

Monthly Archives: September 2018

@ViewChild() Decorator in Angular 5 : Decorators: Decorators are like functions and they are called with the prefix symbol @ in Angular 5. 1. Decorators immediately follows the class, function,...
Directives: Directives are almost similar like HTML elements. If you see a placeholder property of an HTML input element it's a built-in directive of HTML element. There are 3 different...
Implementing Route Resolver in Angular 6: Sometimes it is not only enough to validate the JWT token at the front end but you also want to send it to...
At some point of time in your application you do feel like the size of the application is growing and starts having doubt about application performance. Initially at one go...