-
Hi all,
After updating to Angular 6 I have an error with exporting **AppModuleNgFactory** in **main-aot.ts** while running **build-production**:
ERROR in [at-loader] ./angularApp/main-aot.ts:7:3…
-
"ngx-color-picker": "10.0.1"
HTML
```
```
If i import to the project module the `import { ColorPickerModule } from 'ngx-color-picker';` i'm getting the following runtime error in IE 11:
…
-
I have git cloned angular2-starter-basic.. but while running npm start I am getting errors. Please suggest the solution. Following is log file text:-
0 info it worked if it ends with ok
1 verbose …
-
Since the new version of the charts api was released, column and bar charts have stopped showing up on my page. Other chart types I use (tables, sankey diagrams, pie & donut charts) work perfectly, bu…
-
The following errors were reported by 5.4.0-dev.20231112
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
Hi,
Thanks for the amazing example code. I have worked for AoT and JiT for days to figure out the correct way.
My components link html by "templateUrl" and strangely AoT mode works as usual , howeve…
-
I noticed that if I use Angular2 NativeScript plugin, app needs to be restarted to show changes. There is not a realtime sync. Maybe I am doing something wrong.
To avoid restarting I must exclude Ang…
xLama updated
8 years ago
-
This is a great library and on some projects we're starting to move to Angular2. Are there plans to make an Angular2 version?
-
Is there any way to include the Component name along with the string being logged? For example if I'm logging **"Function getMusicData() called"** inside a Component called Music. I would want my logg…
-
In typescript files, the results aren't clickable, so the only way to go to the todo is to manually open the file then go to that line.