🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tylertech/forge-schematics

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/forge-schematics

Contains Angular Schematics relevant to working with Forge web components.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

Forge Schematics

A collection of Angular Schematics for working with @tylertech/forge and Web Components in general:

  • The custom-elements schematic generates Angular components that act as proxies to native web components, but eliminate the need to use CUSTOM_ELEMENTS_SCHEMA, restoring type-safety and IntelliSense to your Angular templates.

Development

To test the schematics in this repository, first install the Schematics CLI:

npm install -g @angular-devkit/schematics-cli

Execute npm run build to ensure the latest version of the code is built. Then use the Schematics CLI to run the desired schematic (e.g. custom-elements) and pass any desired arguments.

schematics .:custom-elements --manifest="..."

Pass --debug=false in order to actually create files, otherwise the command will do a dry run and just output which files would be modified or created.

Functionality should also be unit tested, and the tests can be run using npm test.

FAQs

Package last updated on 05 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts