dushyant89 - Overview
Pinned Loading
-
1
### NPM dependency types comparison3
Compiled a list of differences between different types of dependencies supported by NPM. If you are someone like who doesn't change `package.json` often but needs something for a quick reference then the below table might be helpful.
-
1
import { NgModule } from '@angular/core';
2
import { BrowserModule } from '@angular/platform-browser';
3
import { FormsModule } from '@angular/forms';
4
import { ParentComponent } from './app.parent.component';
5
import { ChildComponent } from './child.component';