mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
feature(angular2spa): Angular 2.0, Universal 2.0, TS 2.0
This commit is contained in:
8
templates/Angular2Spa/ClientApp/components/index.ts
Normal file
8
templates/Angular2Spa/ClientApp/components/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Here we can create "Barrels" so that it's easier to import everything
|
||||
// within /components
|
||||
|
||||
export * from './app/app';
|
||||
export * from './counter/counter';
|
||||
export * from './fetch-data/fetch-data';
|
||||
export * from './home/home';
|
||||
export * from './nav-menu/nav-menu';
|
||||
Reference in New Issue
Block a user