refactor(browser): merge static & dynamic platforms
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {Component, Directive, Host} from '@angular/core';
|
||||
import {
|
||||
ControlGroup,
|
||||
|
Reference in New Issue
Block a user