zaitun
v1.7.2
Published
a functional and reactive framework for front-end application development either in JavaScript or a language like TypeScript that compiles to JavaScript.
Downloads
24
Maintainers
Readme
reactive-zaitun
Zaitun is a functional reactive framework for front-end application development either in JavaScript or a language like TypeScript that compiles to JavaScript.
Inspired by Elm Architecture
Doc
v1.7.2
For [canActivate, canDeactivate] we may pass an Injectable service or normal class. Please look at the
services/PagePermissionService.ts
.
@Page(deps:[]) This decorator only used for dependency injection and only for page component. For param
deps
: you must provide external @Injectable dependency
Please have a look at this Live Example for clarification