Giter VIP home page Giter VIP logo

angular-editable's Introduction

Angular Editable

Angular wysiwyg Rich Text Editor

Demo

click here to go to demo page

Installation

npm i angular-editable

Usage

  • Import AngularEditableModule into your app module

  • Add AngularEditableModule to imports

import { AngularEditableModule } from 'angular-editable'

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    AppRoutingModule,
    AngularEditableModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
  • add <angular-editable></angular-editable> to your html component

Events

Event Description
focus editor focus in
blur editor focus out
change editor changing event will return html result

Configuration

  • to change angular-editable configuration import AngularEditableConfig to your component
  • apply changes inside constructor()
  • Example:
import { AngularEditableConfig } from 'angular-editable'

export class AppComponent {
  constructor(){
    AngularEditableConfig.style = {primary: '#D9D0DE', secondary: '#F52F57', toolbarColor: '#BC8DA0', light: '#D9D0DE', dark1: '#0C1713', dark2: '#A04668', dark3: '#AB4967'}
    AngularEditableConfig.translate = {/* Your translation */}
  }
}

1.1.0 Changes

  • Creating Tables
  • Allow custom Buttons
  • Allow custom style
  • Allow Translation
  • selector name changed
  • adding change event
  • scss enhancements

angular-editable's People

Contributors

obadasaada avatar dependabot[bot] avatar

Watchers

 avatar

angular-editable's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.