<a target="_blank" href="https://www.mit-license.org">
<img src="https://img.shields.io/badge/license-MIT-green.svg">
</a>
<a target="_blank" href="https://nodejs.org">
<img src="https://img.shields.io/badge/node-%3E=8.0.0-brightgreen.svg">
</a>
<a target="_blank" href="https://www.npmjs.com">
<img src="https://img.shields.io/badge/npm-%3E=7.0.0-green.svg">
</a>
<a target="_blank" href="https://eslint.org">
<img src="https://img.shields.io/badge/eslint-%5E3.0.0-blue.svg">
</a>
<a target="_blank" href="https://travis-ci.org/aoju/hibiscus.js">
<img src="https://travis-ci.org/aoju/hibiscus.js.svg?branch=master">
</a>
-- QQ群①:<a href="https://shang.qq.com/wpa/qunwpa?idkey=17fadd02891457034c6536c984f0d7db29b73ea14c9b86bba39ce18ed7a90e18">839128</a> --
-- QQ群②:<a href="https://shang.qq.com/wpa/qunwpa?idkey=c207666cbc107d03d368bde8fc15605bb883ebc482e28d440de149e3e2217460">839120</a> --
Native Angular directives for Bootstrap4
Angular version 4.0.0 or higher)bootstrap-sass 4.0.0)date-fns 1.27.2 or higher. It is for DatePicker parse & format date)Notice: OnPush @Input is recommended in @hibiscus.js, so use Immutable.js will be easy.
After installing the above dependencies, install @hibiscus.js via:
npm install --save hibiscus.js
Once installed you need to import our main module.
import { HiNGModule } from 'hibiscus.js';
Then use HiNGModule to declare on your root module:
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
HiNGModule,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {}
And use HiNGModule to declare on your feature module:
@NgModule({
imports: [CommonModule, FormsModule, HiNGModule],
exports: [DatePickerDemoComponent],
declarations: [DatePickerDemoComponent],
providers: [],
})
export class DatePickerDemoModule {}
@hibiscus.js have got animations done. So You should include BrowserAnimationsModule or NoopAnimationsModule to your AppModule.
example:
import { BrowserAnimationsModule, NoopAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
SharedModule,
HiNGModule,
BrowserAnimationsModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {}
$ claude mcp add hibiscus.js \
-- python -m otcore.mcp_server <graph>