npm install ngx-editor --save#oryarn add ngx-editor Usage Note: By default the editor comes with minimal features. Refer thedemoanddocumentationfor more details and examples. Importngx-editormodule import{NgxEditorModule}from'ngx-editor';@NgModule({imports:[NgxEditorModule],})exportclassAppModule...
npm install ngx-editor#orpnpm install ngx-editor#oryarn add ngx-editor Usage Note: By default the editor comes with minimal features. Refer thedemoanddocumentationfor more details and examples. Importngx-editormodule import{NgxEditorModule}from'ngx-editor';@NgModule({imports:[NgxEditorModule],})...
Demo at stackblitz https://ngx-editor.stackblitz.io/ Edit the stackblitz here https://stackblitz.com/edit/ngx-editor Collaborative Editing See https://sibiraj-s.github.io/ngx-editor/#/collab Icons Icons are from https://material.io/resources/icons/ Contributing All contributions are welcome. Se...
}; Stackblitz Demo
jquery-demo 2025-03-14 10:37:26 积分:1 vue-node后台管理vue2+3 2025-03-14 10:29:34 积分:1 vue3-node后台管理 2025-03-14 10:28:51 积分:1 personal-system-server 2025-03-14 10:18:14 积分:1 ahk 2025-03-14 10:16:44 积分:1 ...
OCCallSwiftDemo 2025-03-16 05:01:08 积分:1 OCUtilsSpecs 2025-03-16 05:00:34 积分:1 NTFS HardLink 2025-03-16 04:55:02 积分:1 Copyright © 2015 - 2025 https://www.coder100.com/ All rights reserved. 备案号:浙ICP备2024104199号-2 公安备案号:33010502000793 ...
assets demo.gif logo.svg docs e2e projects src .browserslistrc .editorconfig .gitignore .nvmrc CHANGELOG.md LICENSE.md README.md angular.json karma.conf.js netlify.toml package-lock.json package.json tsconfig.app.json tsconfig.json tsconfig.spec.json tslint.jsonBreadcrumbs ngx-simple-text-editor ...
Demo A work-in-progress demo can be foundhere Usage Install the npm package: $ npm i cron-editor -S Import the module in your own module: import{CronEditorModule}from"cron-editor";@NgModule({imports:[...,CronEditorModule],...})exportclassMyModule{} ...
Breadcrumbs ngx-simple-text-editor / assets/ Directory actions More options Latest commit Cannot retrieve latest commit at this time. HistoryHistory Folders and files Name Last commit message Last commit date parent directory .. demo.gif docs(website): new documentation website Aug 10, 2024 logo...
An Angular 17 component for building cron expressions graphically. It is meant to be used in reactive forms and support Angular Material Design styling.DemoForked from hereA work-in-progress demo can be found hereUsageInstall the npm package: $ npm i @winarg/ngx-cron-editor -S Import the...