design: added record interface
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Directive} from './directive';
|
||||
|
||||
export class Component extends Directive {
|
||||
@CONST constructor({
|
||||
constructor({
|
||||
selector,
|
||||
template,
|
||||
elementServices,
|
||||
|
||||
@@ -3,7 +3,7 @@ import {ElementServicesFunction} from './facade';
|
||||
|
||||
@ABSTRACT
|
||||
export class Directive {
|
||||
@CONST constructor({
|
||||
constructor({
|
||||
selector,
|
||||
lightDomServices,
|
||||
implementsTypes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {Type, List} from 'facade/lang';
|
||||
|
||||
export class TemplateConfig {
|
||||
@CONST constructor({
|
||||
constructor({
|
||||
url,
|
||||
directives,
|
||||
formatters,
|
||||
|
||||
Reference in New Issue
Block a user