You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue aims to create a documented example of how to create a cross-framework reusable Web Component using Angular Elements.
The aim is to outline the process for a developer who has not used Angular before, but would like to create their own reusable component that is compatible with the OpenCDMS project.
The first web component should be extremely simple and just contain a documented "Hello World" example in a /examples sub-directory.
There should then be an example showing how to use the new component HTML tag as an element in a standard web page that is not an Angular app.
Documentation outlining the process of how to create the element and display it in a standard web page should be created in this repository in a file called /examples/README.md.
The text was updated successfully, but these errors were encountered:
This issue aims to create a documented example of how to create a cross-framework reusable Web Component using Angular Elements.
The aim is to outline the process for a developer who has not used Angular before, but would like to create their own reusable component that is compatible with the OpenCDMS project.
The first web component should be extremely simple and just contain a documented "Hello World" example in a
/examples
sub-directory.There should then be an example showing how to use the new component HTML tag as an element in a standard web page that is not an Angular app.
Documentation outlining the process of how to create the element and display it in a standard web page should be created in this repository in a file called
/examples/README.md
.The text was updated successfully, but these errors were encountered: