this.three = false; } _2() { this.two = !this.two this.one= false; this.three = false; } _3() { this.three = !this.three this.two = false this.one= false; } } angular-bootstrap4-dvsfe3.stackblitz.io Console Clear on reload...
angular.json Rename Delete package.json Rename Delete Dependencies @angular/common6.0.0 @angular/compiler6.0.0 @angular/core6.0.0 @angular/forms6.0.0 @angular/platform-browser6.0.0 @angular/platform-browser-dynamic6.0.0 @angular/router6.0.0 core-js2.5.5 rxjs6.1.0 zone.js0.8.26NEWTry...
build: update to latest angular(8.1.2) (#5337) (c8a03c9) ci: update cypress to latest (#5355) (b92e513)5.1.1 (2019-07-10)Bug Fixescollapse: fix collapse animation (child height) (#5316) (f550605) stackblitz: add scss style for datepicker custom class demo example (#5300) (2d75...
fill the GitHub issue template by providing the bug description and appropriate versions of Angular, ng-bootstrap and TypeScript provide a use-case that fails with aminimal reproduction scenariousingStackBlitz(you can start by forking one from ourdemo page) ...
angular2 component: export class RechargeComponent implements OnInit { private url= Constant.adminQueryUserWithPage; private currentPage:number=1; private user: Observable<any>; private totalPages:number=0 constructor( private http: Http, private request: RequestService, private location: Location, pri...
CoreUI for Angular CoreUI for Bootstrap (Vanilla JS) CoreUI for React CoreUI for Vue Templates Fully featured, out-of-the-box, templates for your application based on CoreUI. Angular Admin Template Bootstrap Admin Template React Admin Template ...
update angular version (43b8e2b) Bug Fixes datepicker: account for undefined values in ngOnChanges (8803847), closes #1202 #1229 dropdown: do not close dropdown on right button click (b6bb9e9), closes #1211 pagination: fix unnecessary ellipsis between sibling page numbers (b607652), closes...
.angular-cli.json index.html main.ts package.json polyfills.ts styles.css Dependencies @angular/common6.0.1 @angular/compiler6.0.1 @angular/core6.0.1 @angular/forms6.0.1 @angular/http6.0.1 @angular/platform-browser6.0.1 @angular/platform-browser-dynamic6.0.1 ...
import{Component}from'@angular/core'; @Component({ selector:'my-app', templateUrl:'./app.component.html', styleUrls:['./app.component.css'] }) exportclassAppComponent{ activeTab:string='tab1'; isActive(tabName){ returnthis.activeTab===tabName; ...
Plunker/StackBlitz that reproduces the issue: The Bug is reproducible on tooltip examples of:https://valor-software.com/ngx-bootstrap/#/tooltip I'm working with Bootstap 3.3.7 but I only reproduce the bug on version 4 Versions of ngx-bootstrap, Angular, and Bootstrap: ...