@anjuna/angular
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-preview.0 • Public • Published

Core

The @anjuna/angular module is a set of Angular-specific wrappers and helpers to plug the main component library into Angular's APIs and patterns.

Getting Started

npm install @anjuna/angular

Once installed, you can import the module into any Angular module you need it.

import {NgModule, CUSTOM_ELEMENTS_SCHEMA} from '@angular/core';
import {AnjunaModule} from '@anjuna/angular';

@NgModule({
    imports: [
        // Other imports
        AnjunaModule
    ],
    declarations: [
        // application components
    ],
    schemas: [
        CUSTOM_ELEMENTS_SCHEMA
    ]
})
export class MyModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @anjuna/angular

Weekly Downloads

5

Version

1.0.0-preview.0

License

none

Unpacked Size

1.62 MB

Total Files

162

Last publish

Collaborators

  • twotonebytes
  • gmazerogers
  • rdesisto
  • z-cduflo