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 {Renderer, ElementRef, Component, Directive, Injectable} from '@angular/core';
|
||||
|
||||
export function main() {
|
||||
|
Reference in New Issue
Block a user