Why PrimeNG? After reading this article you will be able to decide that PrimeNG is necessary for your project or not. If necessary then Why? 80+ COMPONENTS 80+ components are available for your angular projects in only a single library. You should no...
Lire la suitengbtooltip
REngbtooltip is the API of ng-bootstrap that \ is used to provide some extra information to the user on hover. In the angular project, we can easily add tooltip by using the ng-bootstrap. Create a new project and add bootstrap to your project by the following...
Lire la suitengdocheck
ngDoCheck method is called when Angular runs its change detection process so that directives have an opportunity to update any state that isn’t directly associated with an input property. Dealing with collection-level data changes using ngdocheck The...
Lire la suiteHostListener And HostBinding
The @ HostListener decorator is used to set up an event binding on the host element and is applied to a method. The example directive relies on the browser’s DOM API to manipulate its host element, both to add and remove class memberships and to receive...
Lire la suitecompodoc – documentation tool for angular project
What is Compodoc? Compodoc is a documentation tool for Angular applications. It generates static documentation of your application. Why Use Compodoc? Compodoc helps Angular developers providing clear and helpful documentation of their application. Other...
Lire la suitengtemplateoutlet
You can attach a context object to the EmbeddedViewRef by setting [ ngTemplateOutletContext ] . [ ngTemplateOutletContext ] should be an object, the object's keys will be available for binding by the local template let declarations. content_copy
ngbdatepicker
Datepicker will help you with date selection. It can be used either inline with NgbDatepicker component or as a popup on any input element with NgbInputDatepicker directive. It also comes with the list of services to do date formatting, i18n and alternative...
Lire la suiteauterlinkactive
The routerLinkActive is an instruction to add the active class of CSS when an element routerlink is active. The routerLinkActive attribute, which is used to specify a CSS class that the element will be assigned to when the URL specified by the routerLink...
Lire la suiteangularfiredatabase
Retrieving data as lists AngularFire synchronizes data as lists using the AngularFireList service. The AngularFireList service is not created by itself, but through the AngularFireDatabase service. The guide below demonstrates how to retrieve, save, and...
Lire la suiteangularfire2 – npm install firebase angularfire2
angularfire2 is used for angular 2 application. angularfire2 is the realtime database. Firebase is the google product that provides the development (web and mobile application platform) platform for the developer with different development tools. Firebase...
Lire la suite