refactor(browser): merge static & dynamic platforms
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {AnimateApp} from './app/animate-app';
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
|
||||
export function main() {
|
||||
bootstrap(AnimateApp);
|
||||
|
Reference in New Issue
Block a user