Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/modules/angular2_material/src/components/input/input.js

18 lines
263 B
JavaScript
Raw Normal View History

refactor(compiler): rename decorator directives into directive BREAKING CHANGE: Previously, `Directive` was the abstract base class of several directives. Now, `Directive` is the former `Decorator`, and `Component` inherits from it.
2015-04-30 13:38:40 -07:00
import {Directive} from 'angular2/src/core/annotations_impl/annotations';
feat(material): first ng2 material design components
2015-02-17 11:56:24 -08:00
refactor(compiler): rename decorator directives into directive BREAKING CHANGE: Previously, `Directive` was the abstract base class of several directives. Now, `Directive` is the former `Decorator`, and `Component` inherits from it.
2015-04-30 13:38:40 -07:00
@Directive({
feat(material): first ng2 material design components
2015-02-17 11:56:24 -08:00
selector: 'md-input-container input'
})
export class MdInput {
constructor() {
}
}
refactor(compiler): rename decorator directives into directive BREAKING CHANGE: Previously, `Directive` was the abstract base class of several directives. Now, `Directive` is the former `Decorator`, and `Component` inherits from it.
2015-04-30 13:38:40 -07:00
@Directive({
feat(material): first ng2 material design components
2015-02-17 11:56:24 -08:00
selector: 'md-input-container'
})
export class MdInputContainer {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 127ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API