typescript - What does "@" symbol mean in "import { Component } from '@angular/core';" statement?
@scope_name/package_name
This is NPM feature, scoped name, anything between @ and slash / will be your scope name.
hoogw
typescript - What does "@" symbol mean in "import { Component } from '@angular/core';" statement?
@scope_name/package_name
This is NPM feature, scoped name, anything between @ and slash / will be your scope name.