Daniel Groh
Daniel Groh
as soon as I remove the import of `AngularFontAwesomeModule` from my lazy-loaded module and put it in the parent module, it does not work. > 'fa' is not a known...
## Current behavior On our GitLab pipeline, when enabling Push Rules for commit messages the pipeline fails when running `npx semantic-release`. That is our commit message rules configured on GitLab:...
Any perspective of creating a TypeDefinition for RoundSlider?
We are developing an App with `Ionic2` wich is built on top of `Angular2` I have the following directive: ``` @Component({ selector: "round-slider", directives: [IONIC_DIRECTIVES], templateUrl: "build/pages/learning/components/round-slider/round.slider.html" }) export class...
#### Expected behaviour I want to `npm install` the cloned repository. I use node **12.16.1** and npm **6.13.4** in Windows: #### Actual behaviour When executing `npm install` from the cloned...
Is it possible to change the bundle name by inserting the version? for example: ``` module.exports = { output: { filename: "[name]-[version].min.js", path: path.resolve(__dirname, "dist") }, ```
Hi, what about in case I have an external module and I want to export the reference? For instance I have a kendo-dropdown-control which has not an umd file and...
since angular-cli 1.6.0 I get the following error: Thing is I don't really know if it's an angular-cli problem. it was working a few days ago without any change. Out...
### Bug report I have a map where users can drop map elements onto it, but when the user drops the element it happens to be dropped onto the wrong...
## Description When the overlay gets hidden, the effect is very sharp ## Steps to reproduce Create a simple overlay with following start end end transitions: ```js overlays: [{ start:...