ng-edit-text
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Installation instructions

Method 1

Install ng-edit-text from npm:

npm install ng-edit-text --save

Add needed package to NgModule imports:

import { NgEditText } from 'ng-edit-text';

@NgModule({
  ...
  imports: [NgEditText,...]
  ...
})

Add component to your page:

<ng-edit-text [data]="data" (focusOut)='update($event)'>
    {{data}}
</ng-edit-text>

Demo

Check demo in stackblitz reference.

Package Sidebar

Install

npm i ng-edit-text

Weekly Downloads

2

Version

0.0.3

License

UNLICENSED

Unpacked Size

104 kB

Total Files

29

Last publish

Collaborators

  • yogeshkumawat