-
I'm working with ngModule already, but when I try to use the instance of ModalComponent inside my typescript component with viewchild:
@ViewChild('modalEpisode') modalEpisode:ModalComponent;
when…
-
Hello,
We are currently using Angular 2.0.2 and would really like to use your social share module, but it looks as if there is a hard dependency on Angular 2.0.0 in your package.json file. Is this …
-
Hi,
I imported ng2-bs3-modal as a dependency in package.json and also imported it into my module of Angular 2 app. Whenever I try running gulp serve-dev it fails with the following:
============ Ang…
-
After updating ng2-bs3-modal from 0.8.1 to 0.10.4 and angular2 from rc6 to final 2.0.0, following errors occurs:
```
C:/Users/frontend/tmp/broccoli_type_script_compiler-input_base_path-nrj9TPsx.tm…
-
I executed the "Building" steps in your readme. The command
> npm install
gave me an error. The overall message was as follows:
> src/ng2-bs3-modal/components/modal-footer.ts[16, 65]: " should be …
-
```
rror: TypeError: require is not a function
at eval (http://localhost:3000/node_modules/ng2-bs3-modal/ng2-bs3-modal.js:5:15)
at eval (http://localhost:3000/node_modules/ng2-bs3-moda…
-
Seems like the "autofocus" directive that comes with ng2-bs3-modal overrides the default autofocus attribute. If you assign autofocus to an input element which is not a part of a modal dialog, you get…
-
Hi,
i've cloned the ng2-bs3-modal-demo-npm, ran `npm install` which went fine, and then `npm run build` which fails.
made sure i have latest npm (3.10.5) and node (4.4.7), yet still i'm getting:
`> n…
-
You probably are already aware of the breaking changes in RC5 with modules. Any chance we can can a module made for these components.
-
With the new modules feature, you must import modules whose public classes you need to reference in your module's component templates.
The ModalComponent relies on ngClass in its template so you must…