Files

13 lines
366 B
TypeScript
Raw Permalink Normal View History

/**
* @license
* Copyright Google LLC 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
*/
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);