-
### Versions
```
Angular CLI: 1.6.6
Node: 8.9.4
OS: linux x64
Angular: 5.2.2
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platfo…
-
`ClarityIcons.add({"myLogo": ' < title > zoom - out < /title>< path d="M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Zm0,21.91A10,10,0,1,1,26,16,10,10,0,0,1,16,25.91Z" class="clr-i-outline clr-i-outline-…
-
Trying to run "ng test" on angular4 starter application.
I am using :
node v8.1.4
npm 5.0.3
```
Error: Template parse errors:
'router-outlet' is not a known element:
1. If 'router-outle…
-
In my scenario, Django hosts only REST APIs, and user authentication in Azure is made in the frontend (Angular 8, using ADAL.js).
Is it possible to authenticate the user in Django with a JWT token …
-
`npm install` is success, but it seems `ng build` is fail.
```
@angular/cli: 1.2.0
node: 7.5.0
os: darwin x64
@angular/common: 4.2.5
@angular/compiler: 4.2.5
@angular/core: 4.2.5
@angular/fo…
-
ERROR in ../node_modules/ngx-filesaver/src/filesaver.service.d.ts:3:9 - error TS1086: An accessor cannot be declared in an ambient context.
3 get isFileSaverSupported(): boolean;
-
this error only appears when I try to put the component in HTML
> > Uncaught Error: Template parse errors:
> Can't bind to 'data' since it isn't a known property of 'angular2-multiselect'.
> 1.…
-
Once our project was updated to angular 5, the component changed look it seems like no css is applied to the component.
While installing node modules with npm install, a warning has appeared :
An…
-
## Bug
```
[ x] Bug Report
[ ] Feature Request
```
## Description
**bug:**
I am using an angular4 and "ng-packagr": "^1.5.0". if i try to create package it throws following error
> …
-
For those willing to reproduce the problem, I have done only this:
1. created a new project with `ng new (myproject)`;
2. installed Angular Material with `ng add @angular/material` ;
3. created two…