-
### OS?
macOS Sierra
### Versions.
```
angular-cli: 1.0.0-beta.22
node: 7.2.0
os: darwin x64
```
### Repro steps.
#### 1. Scaffold new app:
```shell
$ ng new angular-sample-app --…
-
```
Observable
.from(this.resourceStaffs) // resourceStaffs is array
.map((resourceStaff: ResourceStaff, index: number) ...
```
...
before upgrade, it worked well.
-
I have an Angular 2 app with Bootstrap 4 and I'd like to use ng2-select. However, the button sizes use Bootstrap 3. I don't do much open source development so I'm not sure what the proper protocol is …
-
What's wrong here? http://plnkr.co/edit/nm8OkrpZCIp4cvA6TbpO?p=preview
tandu updated
5 years ago
-
There's no automated verification that all material components are safe to use in node, i.e. pre-rendering with Angular Universal. See #306.
#### Proposal
Create a step in the CI process to pre-compi…
-
`
**Current behavior**
ng build
ng build --aot
ng build --prod
ng build --prod --aot
can not build successfully;
**Expected behavior**
i can ng serve to running in local;
…
-
Running unit tests in non-Chrome browsers raised some doubts about this API which is currently used in the Date and Currency pipes.
To start with, it is not supported in all Safari versions (desktop …
-
Angular's new offline compiler was demo'ed at ng-conf day 2 keynote by @robwormald. It generates tree-shakable ES6 code. Four steps are then required:
- run a tree-shaker to remove ES6 modules not re…
-
### Versions
```
Angular CLI: 1.7.3
Node: 8.9.1
OS: win32 x64
Angular: 5.2.9
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... pl…
-
Currently it is not possible to use this with Angular 6 since the rxjs operators follow the old 'rxjs/add/operator/' syntax. It has been deprecated and in RxJS 6 it is now removed, making the migratio…