JSPM

@schematics/angular

13.3.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4634987
  • Score
    100M100P100Q200593F
  • License MIT

Schematics specific to Angular

Package Exports

  • @schematics/angular/application/schema
  • @schematics/angular/application/schema.js
  • @schematics/angular/class
  • @schematics/angular/class/index.js
  • @schematics/angular/collection.json
  • @schematics/angular/component
  • @schematics/angular/component/index
  • @schematics/angular/component/index.js
  • @schematics/angular/component/schema
  • @schematics/angular/component/schema.js
  • @schematics/angular/directive
  • @schematics/angular/directive/index.js
  • @schematics/angular/enum
  • @schematics/angular/enum/index.js
  • @schematics/angular/guard
  • @schematics/angular/guard/index.js
  • @schematics/angular/guard/schema
  • @schematics/angular/guard/schema.js
  • @schematics/angular/interface
  • @schematics/angular/interface/index.js
  • @schematics/angular/module
  • @schematics/angular/module/index.js
  • @schematics/angular/module/schema
  • @schematics/angular/module/schema.js
  • @schematics/angular/ng-new/schema
  • @schematics/angular/ng-new/schema.js
  • @schematics/angular/ng-new/schema.json
  • @schematics/angular/pipe
  • @schematics/angular/pipe/index.js
  • @schematics/angular/service
  • @schematics/angular/service/index.js
  • @schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript
  • @schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
  • @schematics/angular/utility/ast-utils
  • @schematics/angular/utility/ast-utils.js
  • @schematics/angular/utility/change
  • @schematics/angular/utility/change.js
  • @schematics/angular/utility/dependencies
  • @schematics/angular/utility/dependencies.js
  • @schematics/angular/utility/find-module
  • @schematics/angular/utility/find-module.js
  • @schematics/angular/utility/generate-from-files
  • @schematics/angular/utility/generate-from-files.js
  • @schematics/angular/utility/json-file
  • @schematics/angular/utility/json-file.js
  • @schematics/angular/utility/latest-versions
  • @schematics/angular/utility/latest-versions.js
  • @schematics/angular/utility/ng-ast-utils
  • @schematics/angular/utility/ng-ast-utils.js
  • @schematics/angular/utility/parse-name
  • @schematics/angular/utility/parse-name.js
  • @schematics/angular/utility/paths
  • @schematics/angular/utility/paths.js
  • @schematics/angular/utility/project-targets
  • @schematics/angular/utility/project-targets.js
  • @schematics/angular/utility/test
  • @schematics/angular/utility/test/create-app-module
  • @schematics/angular/utility/test/create-app-module.js
  • @schematics/angular/utility/test/get-file-content
  • @schematics/angular/utility/test/get-file-content.js
  • @schematics/angular/utility/test/index
  • @schematics/angular/utility/test/index.js
  • @schematics/angular/utility/validation
  • @schematics/angular/utility/validation.js
  • @schematics/angular/utility/workspace
  • @schematics/angular/utility/workspace-models
  • @schematics/angular/utility/workspace-models.js
  • @schematics/angular/utility/workspace.js
  • @schematics/angular/workspace/schema
  • @schematics/angular/workspace/schema.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@schematics/angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@schematics/angular

This package contains a collection of schematics for generating an Angular application.

Schematics

Name Description
app-shell Generates an app shell for running a server-side version of an app
application Generates a new basic app definition in the "projects" subfolder of the workspace
class Creates a new, generic class definition in the given or default project
component Creates a new, generic component definition in the given or default project
directive Creates a new, generic directive definition in the given or default project
enum Generates a new, generic enum definition for the given or default project
guard Generates a new, generic route guard definition in the given or default project
interceptor Creates a new, generic interceptor definition in the given or default project
interface Creates a new, generic interface definition in the given or default project
library Creates a new, generic library project in the current workspace
module Creates a new, generic NgModule definition in the given or default project
ng-new Creates a new project by combining the workspace and application schematics
pipe Creates a new, generic pipe definition in the given or default project
resolver Creates a new, generic resolver definition in the given or default project
service Creates a new, generic service definition in the given or default project
service-worker Pass this schematic to the "run" command to create a service worker
web-worker Creates a new, generic web worker definition in the given or default project
workspace Initializes an empty workspace and adds the necessary dependencies required by an Angular application

Disclaimer

While the schematics when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.