Skip to content

ngdevelop-tech/angular-elements

Repository files navigation

angular-elements

Build Angular Custom Element using Angular Elements with an Example

Follow Below Steps :

  1. Create a New Angular 6 Project : ng new project-name
  2. ng add @angular/elements
  3. Create a New Component for Custom Element : ng g c component-name
  4. configure that Component on app.module.ts using createCustomElement function of @angular/elements.
  5. Build a project

This are the basic steps, find more detail information on https://www.ngdevelop.tech/angular-elements

Official Site : https://www.ngdevelop.tech

About

Build Angular Custom Element using Angular Elements with an Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published