2016-09-07 19:04:33 -04: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
|
|
|
|
*/
|
2019-01-28 15:59:25 -05:00
|
|
|
|
2016-09-07 19:04:33 -04:00
|
|
|
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
|
2019-01-28 15:59:25 -05:00
|
|
|
import {TestsAppModuleNgFactory} from './test_module.ngfactory';
|
2016-09-07 19:04:33 -04:00
|
|
|
|
2019-01-28 15:59:25 -05:00
|
|
|
platformBrowserDynamic().bootstrapModuleFactory(TestsAppModuleNgFactory);
|