0.1.6 • Published 3 years ago

ngx-vectorize v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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

  1. Import the button module in in your main module (e.g., app.module.ts)
import { LazerStroke1ButtonModule } from 'ngx-vectorize';

@NgModule ( {
imports: [
LazerStroke1ButtonModule,
]
})
class AppModule  {}
  1. Then, in your component, you can use the Vectorize SVG components as follows:
<vec-lazerstroke1-button
>
 click me 
</vec-lazerstroke1-button> 
  1. And that's it, that's all

Contact

if you have any questions or suggestions, feel free to contact me via email: javisan0105@gmail.com

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.1.4

3 years ago

0.0.5

3 years ago

0.1.3

3 years ago

0.0.4

3 years ago

0.1.6

3 years ago

0.0.7

3 years ago

0.1.5

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago