lexon0011
lexon0011
Is it possible to add a content to the toggle button? Thanks!
I setup the [Skoruba.IdentityServer4.Admin](https://github.com/skoruba/IdentityServer4.Admin/tree/master/src/Skoruba.IdentityServer4.Admin) project for managing my idsrv4 data. Thank you so much for providing this useful project, it saves me a lot of time. I could manage all...
Is it possible to close the dialog with the ESC key (keyboard)
We use the ng2-bootstrap-modal library in our angular project. With SystemJs everything works great, but AOT and Rollup compilation we have troubles at runtime. We get the following error: ```...
I use the the function `addModuleImportToRootModule` in the following way: ``` addModuleImportToRootModule( host, `MyModule.forRoot( { option1: '', option2: '', })`, '@mycompany/my-module', project ); ``` As result, I get an invalid...
After updating gulp-rollup from 2.14.0 to 2.15.0 I get the following error: `'Unexpected key \'sourceMap\' found, expected one of: acorn, amd, banner, cache, context, entry, exports, extend, external, file, footer,...
Is it possible to set a hyperlink to an image? Currently it is only possible to set a hyperlink to the text, but we need also setting links on an...