What is NGSwitchcase in Angular?
ngswitchcase is the Built-in directive of [ngSwitch]. The [ngSwitch] expression is a conditional statement that is used to insert different sets of elements into the document based on a specified…
ngswitchcase is the Built-in directive of [ngSwitch]. The [ngSwitch] expression is a conditional statement that is used to insert different sets of elements into the document based on a specified…
uibmodal is the service to create the modal window. uibmdal is the UI Bootstrap components written in AngularJS by the Angular UI team. This service has only one method is…
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…
ngbmodal is the widgets of bootstrap that is used in angular like autocomplete, accordion, alert, carousel, dropdown, pagination, popover, progressbar, rating, tabset, timepicker, tooltip ect. Installation npm install --save ngb-modal…
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…
BrowserAnimationsModule is used to add the animation in your angular application. As with most Angular features, the best place to start is with an example. Which will let me introduce…