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

1.0.4 • Public • Published

Builder Angular SDK

Usage

Install

npm install --save @builder.io/angular

Add the module

import { BuilderModule } from '@builder.io/angular';

@NgModule({
  ...
  imports: [ BuilderModule.forRoot('YOUR_API_KEY') ],
  ...
})
export class MyAppModule { }

And then add the component wherever you like, and you are done!

<!-- The model input can be any model of yours -->
<builder-component
  model="page"
  (load)="contentLoaded($event)"
  (error)="contentError($event)">
  <!-- Default content inside the tag shows while the builder content is fetching -->
  <div class="spinner"></div>
</builder-component>

Readme

Keywords

none

Package Sidebar

Install

npm i @builder.io/angular@1.0.4

Version

1.0.4

License

MIT

Unpacked Size

1.77 MB

Total Files

203

Last publish

Collaborators

  • steve8708
  • samijaber
  • teleaziz123
  • mrkoreye
  • strd6
  • mhevery
  • adamdbradley
  • gustavohgs
  • manucorporat
  • shyam-builder
  • sanyamkamat
  • harmeet.builder
  • midhunadarvin
  • kylefowler
  • builderio-bot
  • armela
  • anaghavarhade
  • sidmohanty11
  • yash-wadhia-builder
  • paprikaf
  • clyde-builderio