@aeldar/frame-link
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

FrameLinkModule

Usage

Inside AppModule of the app import and confiure FrameLinkModule providing appId:

import { FrameLinkModule } from 'frame-link';

@NgModule({
  // ...
  imports: [
    FrameLinkModule.forRoot({ appId: 'my-app-id' }),
  ],
})

Inside component:

import { FrameLinkService } from 'frame-link';

export class AppComponent {
  constructor(private frameLinkService: FrameLinkService) {}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @aeldar/frame-link

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

47.2 kB

Total Files

33

Last publish

Collaborators

  • aeldar