0.1.6 • Published 11 months ago

ngx-vectorize v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
11 months 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

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.1.4

11 months ago

0.0.5

12 months ago

0.1.3

11 months ago

0.0.4

12 months ago

0.1.6

11 months ago

0.0.7

12 months ago

0.1.5

11 months ago

0.0.6

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago