-
Hello,
I have used materializecss modal in my angular2 project. I am facing an issue, when I open a modal and click on browser's back nagivation, popup gets close without executing close modal method…
-
Thank you for creating this wonderful NPM module. I am sharing my experience to benefit others.
Use angular2-google-chart
1. npm i angular2-google-chart
2. Index.html has
var googl…
jefhu updated
7 years ago
-
## Issue type
I'm submitting a (check one):
[ ] Bug report
## Prerequisites
Angular 5.2.0 and required dependencies
## Current behavior
I followed the guideline provided in [document](https:…
-
Hi,
I am trying to import angular2-modal in my project.
```
import { Component, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';
import { Modal } from 'angular2-modal/plugi…
-
Hello,
I am getting error building. I am using ANGULAR v5
> ng build --prod --aot --output-hashing --base-href /
```
ERROR in ./node_modules/angular2-wizard/src/wizard-step.component.ngfac…
-
We are having trouble getting the component to load within Chromium/41.0.2272. It loads fine within latest Chrome. This used to work on the same the above Chromium build before but we now get this err…
-
Hey @pkozlowski-opensource
it's actually not the first time I ran into this with this setup. Whenever I use `@Query` traceur throws.
Here's a snippet of my code:
``` js
@Component({ ... })
@View({…
-
Cloning https://github.com/Adobe-Marketing-Cloud/target-atjs-extensions/tree/master/demos/examples/angular2/directive and running an `ng build --prod` results in:
```
ERROR in /target-atjs-extension…
-
Hello.
i ran into some issues when trying to use angular2 upgrade. It throws this message:
"No module found during bootstrap, unable to init ocLazyLoad. You should always use the ng-app directive or…
-
angular2文件的版本是在component.json中定义的,请问component.json是在哪步被调用的呢?一定要使用component.json来定义依赖的angular2吗?