Content
# Angular Component Library Workspace
This project is an Angular workspace set up for building a reusable component library.
## Structure
- The workspace contains a library project (`my-components`) for your Angular components.
- SCSS is used for styling.
- All selectors are prefixed with `cmp-`.
## Getting Started
1. **Install dependencies** (already done):
```sh
npm install
```
2. **Build the library:**
```sh
npm run build my-components
```
3. **Develop components:**
- Add new components using Angular CLI:
```sh
npm run ng generate component <component-name> --project=my-components
```
- Replace `<component-name>` with your desired name.
4. **Test the library:**
```sh
npm test my-components
```
5. **Publish:**
- After building, the output will be in `dist/my-components`.
- Publish to npm or use as a dependency in other Angular projects.
## More Info
- [Angular CLI Documentation](https://angular.io/cli)
- [Angular Libraries Guide](https://angular.io/guide/creating-libraries)
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.