This project is a simple implementation of Angular Elements, which is a way to wrap Angular components as custom elements. The component wrapped is the angular material table. Custom elements are a web standards-based way to create reusable and self-contained components that can be used anywhere in the HTML page.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm installed on your computer.
- Angular CLI installed globally on your computer.
- Clone the repository
git clone https://github.com/tomo93/table-in-angular-element.git
- Navigate to the project directory
cd table-in-angular-element
- Install the dependencies
npm install
- Run the project
ng serve
- Access the project in your browser at
http://localhost:4200/
This project can be deployed by building the project using the Angular CLI and including the resulting files in your main HTML file.
ng build --prod
- Angular - The web framework used
- Angular CLI - The command line interface for Angular
- NPM - Package manager