-
I have install ng2-material using npm install and import material_provider in boot.ts and bootstrap it. and I have use material_directive in app.component and map it as below in index.php
index.php
…
rumes updated
8 years ago
-
It looks that angular2-google-chart doesn't support [Ahead-Of-Time compilation](https://angular.io/guide/aot-compiler). Is true?
This is the error that angular-cli launchs when I tried to apply -a…
-
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…
-
I am using angular2-grid in my angular2 web application and it is working prefectly. Now I need to enable touch so that drag and drop can be done using mobile devices as well. To this end I have integ…
-
I've tried to deploy application to Heroku but received error
> remote: > rdash-angular2@0.0.2 typings /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc
> remote: > typings install
> remote:
…
-
I've been exploring getting the `Router` working here.
Modifying `main.ts` as follows:
```
import {bootstrap} from '../dist/main';
import {provide} from 'angular2/core';
import {ROUTER_PROVIDERS, Loc…
-
While angular2-grid seems to be working in our Angular 9 application, there are still warnings that it only supports up to Angular 8.
Update: We are trying to update to Angular 10 now, but the upd…
-
Hi
I'm using NgbModal in Angular4 application. for that modal popup drag and drop, we are using angular2-draggable. it is working fine for simple "div" and it is not working as expected with ng-templ…
ghost updated
5 years ago
-
Hi Team,
I'm using library in my application and found one issue.
Above is my HTML, using this with reactive form, and in TS binding value from JAVA response like below :
caseOwnerId: [[{'id':…
-
Hi,
I try to bundle an angular2 application.
It works from the command line: jspm bundle scripts/app/bootstrap.js with the following config file:
```
System.config({
defaultJSExtensions: true,
t…