refactor(core): ts’ify core
This commit is contained in:
+3
-1
@@ -6,5 +6,7 @@
|
||||
export {
|
||||
Component as ComponentAnnotation,
|
||||
Directive as DirectiveAnnotation,
|
||||
onDestroy, onChange, onAllChangesDone
|
||||
onDestroy,
|
||||
onChange,
|
||||
onAllChangesDone
|
||||
} from '../annotations_impl/annotations';
|
||||
+1
-4
@@ -1,7 +1,4 @@
|
||||
import {
|
||||
ComponentAnnotation,
|
||||
DirectiveAnnotation
|
||||
} from './annotations';
|
||||
import {ComponentAnnotation, DirectiveAnnotation} from './annotations';
|
||||
import {ViewAnnotation} from './view';
|
||||
import {AncestorAnnotation, ParentAnnotation} from './visibility';
|
||||
import {AttributeAnnotation, QueryAnnotation} from './di';
|
||||
@@ -1,3 +0,0 @@
|
||||
export {
|
||||
View as ViewAnnotation,
|
||||
} from '../annotations_impl/view';
|
||||
@@ -0,0 +1,3 @@
|
||||
export {
|
||||
View as ViewAnnotation,
|
||||
} from '../annotations_impl/view';
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
export {
|
||||
Ancestor as AncestorAnnotation,
|
||||
Parent as ParentAnnotation,
|
||||
} from '../annotations_impl/visibility';
|
||||
} from '../annotations_impl/visibility';
|
||||
Reference in New Issue
Block a user