You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am migrating angular 2 application to angular 6.In angular 2 I am able to use following lines of code but after migrating to angular 6 its giving error.
import { __platform_browser_private__ } from '@angular/platform-browser';
import { __core_private__ } from '@angular/core';
The text was updated successfully, but these errors were encountered:
I am migrating angular 2 application to angular 6.In angular 2 I am able to use following lines of code but after migrating to angular 6 its giving error.
The text was updated successfully, but these errors were encountered: