0.0.2 • Published 5 years ago

goten v0.0.2

Weekly downloads
6
License
-
Repository
-
Last release
5 years ago

Goten for Angular

Goten is an Angular Module that contains the next modules

Usage

$ npm install -s goten
//app.module.ts
...
import { GotenModule } from 'goten'
@NgModule({
	...
	imports: [
		...,
		GotenModule
	],
	...
})
<!-- your.component.html -->
...
<goten-component></goten-component>
<!-- goten-component is any component from Goten Module -->
...

Contributions

To contribute with this package, we use the following workflow:

  • Add an issue with related tags to describe the contribution (is it a bug? a feature request?).
  • Branch your solution from develop, naming it like #<issue_number>-<descriptive_name>.
  • Send a pull request and wait for approval/corrections.