-
After npm installing ng2-nvd3 and setting up an Angular 2 component per the 'Basic usage' example, I am getting the following error:
ReferenceError:
nv is not defined at nvD3.clearElement (http://loc…
-
Lately I bought the template "material-dashboard-pro-angular2", of which I found some errors that I mention below:
1. The icons of the cards are not displayed in the mobile applications (appears as t…
-
This is working fine when i add new date but in edit case its not supporting either it would be correct date format issue.
Here is my code
**In Component.ts file**
model:any={};
settings = {
…
-
Angular 9.1.6
angular2-text-mask 9.0.0
jest 25.2.3
error when running component test
Importing TextMaskModule which does not have a ɵmod property
![image](https://user-images.githubusercontent…
mlada updated
9 months ago
-
Hi,
I'm having a problem using the HammerJS with Angular2. I have a carousel (based on the bootstrap carousel with Angular2 event handlers) where I'm listening on the swipeleft and swiperight event…
-
## ng-repeat 变成 *ngFor
my-component.js:
``` javascript
import {Component} from 'angular2/core';
@Component({
selector: 'my-component',
templateUrl: 'my-component.html'
})
export class MyCo…
-
Hello,
I am trying to use ng2-cytoscape inside my **meteor** angular 2 projekt.
I've imported the Module via `import { NgCytoscapeModule } from "ng2-cytoscape/dist";` inside my `app.module.ts` …
-
按照NG2官网上的[教程](https://angular.io/docs/ts/latest/tutorial/toh-pt4.html)做的,点击了一个hero的名字之后,显示对应的hero的detail,HeroListComponent在点击了hero list的某一项之后会改变它的selectedHero属性。现在问题是负责显示detail的HeroDetailComponent怎样拿到…
-
We are developing an App with `Ionic2` wich is built on top of `Angular2`
I have the following directive:
```
@Component({
selector: "round-slider",
directives: [IONIC_DIRECTIVES],
templ…
dgroh updated
8 years ago
-
Needs to make WebUI with Angular2:
1) Make component "users";
2) Make component "employeesdata":
a) Make component "prism";
b) Make component "timereports";
c) Mak…