- ng config ⇒ what wanna to change in a config file
- ng doc what do you wanna search it
- ng s -o --prod => serve as a production
- ng s --port any number to change the port
- ng update => update all package
- ng lint => to check if out have an error
- ng lint --fix => resolve issue if you have