var module = angular.module('my-app', [ 'ngMaterial', 'md.data.table' ]); My table is working. But, i receive an error in console browser: md-data-table.min.js:1 Row selection: ngModel is not defined.j @ md-data-table.min.js:1(anonymous function) @ md-data-table.min.js:1...
Would be nice if someone from the Angular2 Team would post a comment here ... or are they already working on a different framework ? 👎 4 Contributor vicb commented Jun 22, 2016 @kenkopelson @nathic @Jammy42 please stay constructive and follow our code of conduct. This is not on...
I am using Angular 11 It looks like you're using ngModel on the same form field as formControlName. Support for using the ngModel input property and ngModelChange event with reactive form directives has been deprecated in Angular v6 and will be removed in Angular v7. component.ts import ...
patrick@AngularClass.com Please select Option 1 Option 2 Option 3 Selected value: {{myValue}} </md-card> ` }) export class About { constructor() { } myValue: string = "1"; ngOnInit() { console.log('hello `About` component'); // static data that is bundled // var ...