This commit is contained in:
Eugene Pankov
2017-04-14 15:30:19 +02:00
parent 137c100bbf
commit 00ff63f16f
20 changed files with 291 additions and 166 deletions

View File

@@ -0,0 +1 @@
export * from '@angular/animations'

View File

@@ -0,0 +1 @@
export * from '@angular/common'

View File

@@ -0,0 +1 @@
export * from '@angular/compiler'

View File

@@ -0,0 +1 @@
export * from '@angular/core'

View File

@@ -0,0 +1 @@
export * from '@angular/forms'

View File

@@ -0,0 +1 @@
export * from '@angular/platform-browser-dynamic'

View File

@@ -0,0 +1 @@
export * from '@angular/platform-browser'

View File

@@ -0,0 +1 @@
export * from '@ng-bootstrap/ng-bootstrap'

1
terminus-core/rxjs.ts Normal file
View File

@@ -0,0 +1 @@
export * from 'rxjs'

1
terminus-core/zone.js.ts Normal file
View File

@@ -0,0 +1 @@
export * from 'zone.js'