-
-
Here is an example in Plunker: https://plnkr.co/edit/9nzSNs7Kd04IfStwnHuh?p=preview
### Summary
Create a popup _paper-dialog_ with a scrollable content as in [this](https://elements.polymer-project.o…
-
I am currently using `angular2-highcharts 0.5.5` which hasn't been updated for a long time now. I would like to switch over to this library since it seems to be maintained. I was wondering the sta…
-
While developing a library it is always helpful to use an application that consumes that library within the same project.
The most obvious reasons are:
- Speeds up developments in a large factor
- Ea…
-
``` js
dom_element_schema_registry.ts:43 Uncaught ReferenceError: __decorate is not defined(anonymous function)
@ dom_element_schema_registry.ts:43(anonymous function)
@ dom_element_schema_registry.…
-
-
What I have is [this official Angular Universal demo](https://github.com/angular/universal-starter/tree/master/cli). The problem is when I add MaterializeModule to app.module.ts I get the following er…
bisak updated
7 years ago
-
To provide an easy to use, productive and dev friendly seed here are some suggested refactoring.
Each suggestion has an issue attached, this issue is used for managing the issues:
- [ ] Move to Webpac…
-
The npm package `dist` for Angular 2 is precompiled. You can't install this package as is and use it.
-
this is my 'app.module.ts'
imports: [
BrowserModule,
FormsModule,
ChartModule.forRoot(require('highcharts'))
],
when i run 'ng serve',show the error->'ERROR in src/app/app.module…