<h1 align="center"> Mozaic-Icons-Angular </h1>
This project contains all of the icons of the ADEO Design system to be used in Angular applications.
ADEO Design system is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of Adeo.
Learn more about the vision and guidelines by visiting the main documentation website.
You must first install the npm package:
``bash`
npm install @mozaic-ds/icons-angular
Or with Yarn:
`bash`
yarn add @mozaic-ds/icons-angular
After the installation, you can start importing the icon component needed:
`typescript
// In your component file
import { Component } from "@angular/core";
import { Wrench24 } from "@mozaic-ds/icons-angular";
@Component({
selector: "app-example",
template: ,`
standalone: true,
imports: [Wrench24],
})
export class ExampleComponent {}
Releases are managed with GitHub Releases, including the changelog for each one.
Access to the Changelog to find out about the detailed changes to each release.
- Join the #mozaic-support channel on Slack
- Join our Workplace group
Have a bug or a feature request?
Please open an issue and use the template associated with your request.
However, if you are able to contribute and fix bugs, build new features, or help to improve the project documentation, feel free to do it! _(more information below)_
Setup the project to start contributing.
`bash
// Clone mozaic-icons-angular repo
git clone git@github.com:adeo/mozaic-icons-angular.git
// Go to the cloned directory
cd mozaic-icons-angular
// Checkout the branch you are working on
$ git checkout
// Install dependencies
npm install
// Build icons
npm run icons:build
// Build project
npm run build
``
We're always looking for contributors to help us fix bugs, build features, or help us improve the documentation. If you're intersted check out our Code of Conduct and Contribution Guide.
Owners
Maintainers
This project is licensed under the Apache V2 License. See LICENSE for more information.