-
The example doesn't appear to work.
node_modules/angular2-adal/services/adal.service.d.ts(13,25): error TS2503: Cannot find namespace 'adal'.
Edit:
I fixed it by adding "adal": "github:DefinitelyTy…
-
Not sure what I'm doing wrong but It's not recognizing the fa directive. On an Angular 5 app (soon to be upgraded to NG 6)
```js
```
[Full Code Available Here](https://stackblitz.com/edit/g…
-
Every other methods: `error, warn, info, log` work fine and print the value, but `debug` prints nothing and no error message to be found.
Using chrome `Version 59.0.3071.115 (Official Build) (64-b…
-
I can't use this module, because it does not declare its dependencies correctly (all in the `devDependencies` field):
`rxjs`, `@angular/core`, possibly more should go into `dependencies`.
This b…
noerw updated
6 years ago
-
Hello,
I am using Ionic 3.
I installed angular2-countrypicker in my project.
When I execute ionic build (development mode) => I don't get error
But when I execute ionic build (prod mode) => I got …
-
Hi @autopulous @Neoheurist ,
I installed npm package 'autopulous-xdom2jso', and imported service as well. But building my app throws me errors below. Please help in resolving this:
```
ERROR in…
-
## Please, provide the details below:
I have existing Angular2/4 app that isn't much AoT-compatible so for now I want to use merely some of its code to prototype NativeScript mobile app. I don't want…
-
Much like the title suggests. It would be nice to wrap the generated Angular2 Services and Model classes/interfaces in an ngModule that can be imported by other modules.
-
Hi, I'm following the instructions as described in README.md, but I doing it in an Angular 5 project just created from ng cli,
I receiving this error in the terminal when using ```ng serve```
```
…
danyg updated
6 years ago
-
Hello ,
I am created new angular project like as ng new my-project.
I have installed the **npm i ngx-admin-lte** package in my project.
when I use this module or CanActivateGuard in app.routing.m…