0.1.6 • Published 2 years ago

ngx-vectorize v0.1.6

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

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.1.4

2 years ago

0.0.5

2 years ago

0.1.3

2 years ago

0.0.4

2 years ago

0.1.6

2 years ago

0.0.7

2 years ago

0.1.5

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago