ngx-messenger
Awesome Angular 5+ UX/UI library for Chats π¬
File Explorer
- demo.gif
- AppComponent.html
- MessengerChatBoxComponent.html
- MessengerMessageComponent.html
- DynamicHeightDirective.html
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- roboto-v15-latin-300.eot
- roboto-v15-latin-300.svg
- roboto-v15-latin-300.ttf
- roboto-v15-latin-300.woff
- roboto-v15-latin-300.woff2
- roboto-v15-latin-700.eot
- roboto-v15-latin-700.svg
- roboto-v15-latin-700.ttf
- roboto-v15-latin-700.woff
- roboto-v15-latin-700.woff2
- roboto-v15-latin-regular.eot
- roboto-v15-latin-regular.svg
- roboto-v15-latin-regular.ttf
- roboto-v15-latin-regular.woff
- roboto-v15-latin-regular.woff2
- dependencies.svg
- compodoc-vectorise-inverted.svg
- compodoc-vectorise.svg
- coverage-badge.svg
- favicon.ico
- MessageChat.html
- bootstrap-native.js
- d3.v3.min.js
- deep-iterator.js
- es6-shim.min.js
- EventDispatcher.js
- htmlparser.js
- innersvg.js
- prism.js
- promise.min.js
- svg-pan-zoom.min.js
- tablesort.min.js
- tablesort.number.min.js
- vis.min.js
- zepto.min.js
- lunr.min.js
- search-lunr.js
- search.js
- search_index.js
- compodoc.js
- menu.js
- routes.js
- sourceCode.js
- svg-pan-zoom.controls.js
- tabs.js
- tree.js
- dependencies.svg
- dependencies.svg
- AppModule.html
- MessengerModule.html
- bootstrap-card.css
- bootstrap.min.css
- compodoc.css
- font-awesome.min.css
- laravel.css
- original.css
- postmark.css
- prism.css
- readthedocs.css
- reset.css
- stripe.css
- style.css
- tablesort.css
- vagrant.css
- coverage.html
- index.html
- license.html
- modules.html
- overview.html
- index.html
- index.ts
- systemjs-angular-loader.js
- systemjs.config.js
- tsconfig.json
- default.json
- en.json
- es.json
- dynamic-height.directive.ts
- index.ts
- message-chat.interface.ts
- messenger-chat-box.component.css
- messenger-chat-box.component.ts
- messenger-message.component.css
- messenger-message.component.ts
- package-lock.json
- package.json
- tsconfig.es5.json
- tsconfig.spec.json
- inline-resources.js
- .gitignore
- .npmignore
- .travis.yml
- .yo-rc.json
- bs-config.json
- gulpfile.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details βΌ
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details βΌ
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
// repository documentation
Was this content helpful?
(0 ratings)
