angular-xo
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Xo for Angular

Connect your Angular App with WordPress when using the Xo for Angular plugin.

https://wordpress.org/plugins/xo-for-angular/

Install the module

$ npm i angular-xo -D

Import XoModule into your app

import { NgModule } from '@angular/core';
import { XoModule } from 'angular-xo';
import { AppComponent } from './app.component';

@NgModule({
    imports: [
        XoModule
    ],
    declarations: [
        AppComponent
    ],
    bootstrap: [AppComponent]
})
export class AppModule { }

Changes

All notable changes to this project.

Readme

Keywords

none

Package Sidebar

Install

npm i angular-xo

Homepage

angularxo.io

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

522 kB

Total Files

83

Last publish

Collaborators

  • warriorrocker