Code Guru

Results 7 issues of Code Guru

I am using it with Angular6 This is the HTML ``` {{role.name}} ``` And in .ts ``` @ViewChild("collectionRoleList") elCollectionRoleList: ElementRef; iCollectionRoleList: M.FormSelect; /// ngAfterViewInit(): void { this.iCollectionRoleList = new M.FormSelect(this.elCollectionRoleList.nativeElement);...

Thanks for the library. I was using jspdf that was showing black screen. This lib works fine but, the css rules are not getting applied. This is how I am...

bug

HTML Code ``` Step 1 Step 1 Data CONTINUE Step 2 Step 2 Data CONTINUE ``` and in ts file ``` this.iContentTypeStepper = new MStepper(this.contentTypeStepper.nativeElement, { firstActive: 0 // this...

bug

**Angular version**: **ng-multiselect-dropdown version**: **Description of issue**: Actually the feature request if you can provide the save and cancel button in the dropdown if there is multiselect

I cloned vnc.js into my system. As there was dependency of tcp.js so copied tcp.js to the folder. Now when I run node server.js it is showing Error: Cannot find...

In the fastagi java server i can set the max pool size, is there any equivalent option in the ding-dong?