-
I'm having trouble setting up multiple bundles. What I am trying to do is have one task to bundle my vendor libraries (`vendor.js`) and another task to bundle my application logic (`main.js`).
My ve…
-
Some libraries (glaring example is `angular.js`) are abused extremely often. Extra js/css are added by some users who may think that files may fit their case. Or they cannot find their way through lib…
-
I am using multiple libraries in my angular application. I want to understand how I can localize contents coming from these libraries or is there a way to load their translation files in the applicati…
-
Thanks for the great library !!!
As angular 10 is released, can you please make the library compatible with angular 10. I see the below warning on npm install
**_npm WARN angular-gauge-chart@0.7.2…
-
How can I use this library with Angular.js ng-repeat? It doesn't seem to work, it only applies ::before to first ng-repeat div, and nothing to the rest. I guess this has something to do with dynamic d…
-
Hi,
I need some helps here to get my library project running using the playground. Appreciate any pieces of advice.
I can successfully compile the library to dist folder.
When I run `npm lite`,…
-
After installing.
I import it in the module file.
import {HighlightModule} from 'ngx-highlight/highlight.module';
The file is there but it still raise the error when complie
> node_modules\ngx…
-
I try to use ngx-wow in my angular 16 project but I got this error when I imported NgwWowModule in app.module.ts
'NgwWowModule' does not appear to be an NgModule class
This likely means that…
-
Hello,
i am having trouble to build/snap a component.
```
bit build
✔ found 1 components to build
✔ running pre install subscribers
✔ deduping dependencies for installation
...bff0a3547e3c…
-
My json is this:
{
"name": "aaa",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app…