aurelia-typed-observable-plugin:Aurelia的可观察和可绑定装饰器的增强实现。

时间:2024-05-20 16:49:44
【文件属性】:

文件名称:aurelia-typed-observable-plugin:Aurelia的可观察和可绑定装饰器的增强实现。

文件大小:67KB

文件格式:ZIP

更新时间:2024-05-20 16:49:44

TypeScript

Aurelia型可观察插件 一个为Aurelia应用程序提供增强的@bindable和@observable装饰器的插件 为装饰器@observable和@bindable提供强制支持 提供使用流利的语法创建自定义@observable功能: @observable.custom / @observable.custom() 提供4个基本的自定义可观察对象: @observable.date , @observable.number , @observable.string , @observable.boolean ,5个@bindable以及额外的内置值: @bindable.booleanAttr @bindable 安装与提醒 npm i aurelia-typed-observable-plugin 该装饰( @observable和@bindable )应该从这个插件,而不是


【文件预览】:
aurelia-typed-observable-plugin-master
----.gitignore(60B)
----tsconfig.json(143B)
----README.md(6KB)
----karma.conf.ts(2KB)
----CHANGELOG.md(2KB)
----typings.json(86B)
----rollup.config.js(1009B)
----test()
--------setup.ts(314B)
--------unit()
----configs()
--------tsconfig-demo.json(71B)
--------tsconfig.json(2KB)
--------tsconfig-build-system.json(124B)
--------tsconfig-build-es2015.json(100B)
--------tsconfig-webpack.json(109B)
--------tsconfig-test.json(166B)
--------tsconfig-build.json(219B)
--------tsconfig-build-es2017.json(124B)
--------tsconfig-build-amd.json(118B)
--------tsconfig-build-native-modules.json(108B)
--------tsconfig-projectroot.json(225B)
--------tsconfig-build-commonjs.json(128B)
----.vscode()
--------extensions.json(238B)
--------launch.json(541B)
--------settings.json(522B)
----LICENSE(1KB)
----.gitattributes(3KB)
----package.json(4KB)
----tslint.json(15KB)
----dist()
--------es2015()
--------commonjs()
--------types()
--------amd()
--------native-modules()
----src()
--------bindable.ts(6KB)
--------coerce-functions.ts(2KB)
--------interfaces.ts(838B)
--------dev.readme.md(6KB)
--------patches.ts(6KB)
--------observable.ts(9KB)
--------index.ts(448B)
----webpack.config.ts(3KB)
----package-scripts.js(5KB)
----.npmignore(210B)
----.editorconfig(174B)
----demo()
--------tsconfig.json(49B)
--------resources()
--------app.css(272B)
--------app.html(62B)
--------environment.ts(51B)
--------main.ts(645B)
--------index.ejs(789B)
--------app.ts(20B)

网友评论