@cerebral/angularjs

4.2.2 • Public • Published

@cerebral/angularjs

Angularjs view for Cerebral.

Install

npm install @cerebral/angularjs angular

Config

import angular from 'angular'
import { addModule, connect } from '@cerebral/angularjs'
import App from 'cerebral'

addModule(angular)

const mainModule = Module({
  state: {
    foo: 'bar'
  },
  sequences: {
    onClick: []
  },
  services: ['MyAngularService']  // main module only. Added as providers with same name
})

const app = App(mainModule)

angular.module('app', ['cerebral'])
  .config(function (cerebralProvider) {
    cerebralProvider.configure(app)
  })
  ...

connect

import angular from 'angular'
import { addModule, connect } from '@cerebral/angularjs'
import { state, sequences } from 'cerebral'

angular.module('app', ['cerebral'])
  .config(...)
  .component('myComponent', {
    template: '<div ng-click="$ctrl.click()">{{$ctrl.foo}}</div>',
    controller: connect({
      foo: state`foo`,
      click: sequences`onClick`
    }, 'MyComponent', ['cerebral', function MyController (cerebral) {

      // In some cases you might need access to the cerebral app.
      // You can inject the cerebral angular service and
      // access it's app property anywhere in your app
      cerebral.app.getSequence('mySignal')()

      // Optionally add custom behaviour to app
    }])
  })

Since angular doesn't expose the component name, you will need to provide one to connect for the component to be given a name in cerebral.

You can call connect in the following ways:

connect(dependencies)
connect(dependencies, name)
connect(dependencies, controller)
connect(dependencies, name, controller)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.0-15277084916860canary
4.2.2-17406159724331next
4.2.20latest

Version History

VersionDownloads (Last 7 Days)Published
4.2.20
4.2.2-17406159724331
4.2.2-17406096848230
4.2.2-17406088357150
4.2.2-16319483524530
4.2.2-16036416409880
4.2.2-15955808926690
4.2.2-15955802377600
4.2.10
4.2.1-15847941814580
4.2.1-15846833800230
4.2.1-15846004622500
4.2.1-15821874354930
4.2.1-15777236045650
4.2.1-15740143431900
4.2.00
4.2.0-15706951701380
4.2.0-15706948017250
4.2.0-15706915594240
4.2.0-15706415568760
4.2.0-15705618161640
4.2.0-15705611348280
4.2.0-15705604011040
4.2.0-15705584847650
4.2.0-15705583953330
4.2.0-15705579334630
4.2.0-15703651499410
4.2.0-15703561104140
4.2.0-15703468208400
4.2.0-15703067898510
4.2.0-15703058626400
4.2.0-15702959046590
4.1.2-15627572387620
4.1.10
4.1.1-15570671491740
4.1.1-15570640486930
4.1.1-15526510332190
4.1.1-15526489822000
4.1.1-15522448828300
4.1.00
4.1.0-15510209665780
4.0.40
4.0.4-15480585769030
4.0.30
4.0.3-15421352907680
4.0.3-15419778334400
4.0.3-15419669747740
4.0.3-15418754555820
4.0.20
4.0.2-15417135655170
4.0.2-15417105042490
4.0.10
4.0.1-15396314282200
5.0.0-15385888452220
4.0.00
4.0.0-15385861025180
4.0.0-15372967233520
4.0.0-15368650325560
4.0.0-15368631280470
4.0.0-15368609512750
4.0.0-15368608000240
4.0.0-15337489444480
4.0.0-15322014535030
4.0.0-15319224794120
4.0.0-15319210135220
4.0.0-15312548613310
4.0.0-15312546218540
4.0.0-15303740322140
4.0.0-15303049998430
4.0.0-15300825591020
4.0.0-15289077060350
4.0.0-15288331690150
4.0.0-15288266728080
4.0.0-15288029115830
4.0.0-15284625050490
4.0.0-15282289266840
4.0.0-15282253096130
4.0.0-15279630577410
4.0.0-15278839773160
4.0.0-15278400120180
4.0.0-15277879358200
4.0.0-15277084916860
4.0.0-15276687541931
4.0.0-15271921870500
4.0.0-15271844809390
4.0.0-15271079882060
4.0.0-15270150814710
4.0.0-15264097973410
4.0.0-15263346099680
4.0.0-15262224332480
4.0.0-15257242013070
3.2.3-15245541169630
3.2.20
3.2.2-15239521560590
3.2.10
3.2.1-15224060898480
3.2.00
3.2.0-15218005303480
3.2.0-15216599451750
3.2.0-15214914862430
3.2.0-15211415206860
4.0.0-15211409055110
4.0.0-15210471713570
4.0.0-15210360896610
4.0.0-15205179681190
4.0.0-15196630928490
4.0.0-15194635202170
3.2.0-15194623757770
3.2.0-15193928109130
3.2.0-15192421301610
3.2.0-15192412404840
3.2.0-15192369423560
3.2.0-15192368265410
3.2.0-15192347298860
3.2.0-15192346988200
3.2.0-15191557083820
3.2.0-15191556524930
3.2.0-15191517445310
3.2.0-15191517054070
3.2.0-15190722526170
3.2.0-15190131886250
3.2.0-15190069276230
3.2.0-15189853731420
3.2.0-15189806268230
3.2.0-15189801388920
3.2.0-15189579518830
3.2.0-15189534877950
3.2.0-15188860377180
3.2.0-15188648402510
3.2.0-15188584866440
3.2.0-15188218453060
3.2.0-15187234907010
3.2.0-15187226107250
3.2.0-15187211617840
3.2.0-15187204122350
3.2.0-15185487516790
3.2.0-15185453477740
3.2.0-15185353287440
3.2.0-15185249808370
3.2.0-15185164130420
3.2.0-15184725164280
3.2.0-15184179620680
3.2.0-15184089210890
3.2.0-15183372485820
3.2.0-15182667774750
3.2.0-15182653455210
3.2.0-15182642009370
3.2.0-15181457815170
3.1.10
3.2.0-15180390587880
3.2.0-15178762416630
3.2.0-15178613918940
3.2.0-15177801383900
3.2.0-15177587601690
3.2.0-15174294769650
3.2.0-15163584754410
3.1.00
3.1.0-15162160816380
3.1.0-15162132258560
3.1.0-15161548455260
3.1.0-15161418300350
3.1.0-15161009740401
3.0.2-15161007438911
3.0.2-15160584077981
3.0.2-15160581210841
3.0.2-15160476878771
3.0.2-15153669898420
3.0.2-15153316185330
3.0.2-15153307968960
3.0.2-15146366346560
3.0.2-15144124227440
3.0.2-15143704765660
3.0.10
3.0.1-15141970495890
3.0.1-15141882095260
3.0.1-15141265980900
3.0.1-15141248686360
4.0.0-15140992657860
3.0.00
3.0.0-15137946372090
3.0.0-15137805193420
3.0.0-15137800121590
3.0.0-15137590037560
3.0.0-15137588149350
3.0.0-15137063861300
3.0.0-15137060568170
3.0.0-15136777656750
3.0.0-15135900111870
3.0.0-15135837902110
3.0.0-15135415996230
3.0.0-15133501235370
3.0.0-15133273471420
3.0.0-15127219444290
3.0.0-15126379724250
3.0.0-15125836438680
3.0.0-15125761514140
3.0.0-15125734965170
3.0.0-15125705567090
3.0.0-15125695200660
3.0.0-15125665920940
3.0.0-15125621139010
3.0.0-15125460039710
3.0.0-15125457940240
3.0.0-15119733603680
3.0.0-15115097148340
2.6.00
3.0.0-15112657750800
2.6.0-15112636493300
3.0.0-15112563698490
2.6.0-15112554333150
3.0.0-15111753539410
2.6.0-15111669340350
2.6.0-15111660783130
2.6.0-15111144695280
3.0.0-15110801032830
2.6.0-15100706986450
2.6.0-15100706012440
2.6.0-15100584508790
2.6.0-15099848492700
2.6.0-15098329469380
2.6.0-15098311036180
2.6.0-15098193263690
2.5.00
2.5.0-15095629913120
2.5.0-15095589685180
2.4.00
2.4.0-15082368929310
2.4.0-15082333791790
2.3.1-15082259585060
2.3.1-15081830342160
2.3.00
2.3.0-15080649282910
2.3.0-15080637134450
2.3.0-15080624904160
2.3.0-15078043970510
2.3.0-15077924895760
2.2.1-15077464650450
2.2.1-15077447243240
2.2.1-15077446317950
2.2.00
2.2.0-15065864788070
2.2.0-15065357676000
2.2.0-15065352084830
2.1.00
2.1.0-15060959428010
2.0.2-15060927777040
2.0.2-15060920137510
2.0.2-15060703057520
2.0.2-15060473438620
2.0.2-15060472542940
2.0.2-15060472272670
2.0.2-15060471384570
2.0.10
2.0.1-15056658070640
2.0.1-15056650377870
2.0.1-15056644401100
2.0.1-15056640982130
2.0.00
2.0.0-15053279005740
2.0.0-15053278048210
2.0.0-15053246286180
1.0.2-15053241472820
1.0.2-15053176012360
1.0.19
1.0.1-15051640720080
1.0.0-15051537002420
1.0.0-15051524609570
1.0.0-15051488826020
1.0.00
1.0.0-15049628568240
1.0.0-15049627469060
1.0.0-15049504031860
1.0.0-15049398198090
1.0.0-15045371277260

Package Sidebar

Install

npm i @cerebral/angularjs

Weekly Downloads

16

Version

4.2.2

License

MIT

Unpacked Size

25.5 kB

Total Files

9

Last publish

Collaborators

  • cerebral.js
  • christianalfoni
  • guria
  • gbucher
  • henri-hulski
  • fweinb