I am new to Angular 2. I have seen in every project there is plugin called platform-browser
.
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
I don't really know what is the usage of it. Someone can please explain me
- What is the usage of platform-browser
?
- What is the problem if we not use platform-browser
?