2016-06-23 09:47:54 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2016-08-15 13:44:01 -07:00
|
|
|
import {platformBrowser} from '@angular/platform-browser';
|
2016-06-30 13:07:17 -07:00
|
|
|
import {BasicComp} from './basic';
|
|
|
|
|
import {MainModuleNgFactory} from './module.ngfactory';
|
2016-06-08 16:38:52 -07:00
|
|
|
|
2016-07-18 03:50:31 -07:00
|
|
|
MainModuleNgFactory.create(null).instance.appRef.bootstrap(BasicComp);
|