ngx-typed-js:Angular 2+的Typed.js包装器

时间:2021-05-14 17:20:48
【文件属性】:
文件名称:ngx-typed-js:Angular 2+的Typed.js包装器
文件大小:172KB
文件格式:ZIP
更新时间:2021-05-14 17:20:48
TypeScript ngx类型的js 的Angular集成。 Typed.js是一个类型库。 输入任何字符串,并观看它以您设置的速度键入,退格所键入的内容,并为所设置的许多字符串开始一个新句子。 - 目录 安装 npm install --save ngx-typed-js 导入您的模块 import { NgxTypedJsModule } from 'ngx-typed-js' ; @ NgModule ( { imports : [ NgxTypedJsModule , ] , } ) export class AppModule { } 用法 要开始使用它,请将ngx-typed-js组件添加到模板中并传递文本,该文本应键入到strings输入中。 另外,您需要将带有类typing的元素传递给component标签。 < ngx-typed-js [strings] =" ['B
【文件预览】:
ngx-typed-js-master
----package.json(1KB)
----tslint.json(3KB)
----angular.json(5KB)
----package-lock.json(698KB)
----src()
--------tsconfig.app.json(204B)
--------tslint.json(246B)
--------test.ts(640B)
--------assets()
--------index.html(301B)
--------tsconfig.spec.json(256B)
--------app()
--------main.ts(364B)
--------styles.css(80B)
--------polyfills.ts(3KB)
--------karma.conf.js(980B)
--------environments()
--------favicon.ico(5KB)
----tsconfig.json(616B)
----e2e()
--------tsconfig.e2e.json(213B)
--------protractor.conf.js(752B)
--------src()
----.gitignore(576B)
----.browserslistrc(388B)
----README.md(8KB)
----.editorconfig(246B)
----projects()
--------ngx-typed-js()

网友评论