goten
v0.0.2
Published
Goten is an *Angular Module* that contains the next modules - [goten-resolve-response](https://www.npmjs.com/package/goten-response)
Downloads
4
Readme
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.