ngx-vectorize
v0.1.6
Published
SVG components for Angular
Downloads
22
Readme
Vectorize UI
SVG components for Angular
Install
npm i ngx-vectorize
How to use
A basic example of how to use the Vectorize SVG components in an Angular project. In this case we will use a button from our library
- Import the button module in in your main module (e.g., app.module.ts)
import { LazerStroke1ButtonModule } from 'ngx-vectorize';
@NgModule ( {
imports: [
LazerStroke1ButtonModule,
]
})
class AppModule {}
- Then, in your component, you can use the Vectorize SVG components as follows:
<vec-lazerstroke1-button
>
click me
</vec-lazerstroke1-button>
- And that's it, that's all
Contact
if you have any questions or suggestions, feel free to contact me via email: [email protected]