ng-spell-check
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

Angular Spell Check Library

This spell checker will use api to check for spelling errors and provide suggestions to correct your spell mistaking.

Install

npm i ng-spell-check

Usage

In you app.module.ts import it using @NgModule decorator.

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

Now you can use spell check in your html code.

<ng-spell-check></ng-spell-check>

Note

This is a work in progress. There are a lot of items to do right now. It basically provides features to only correct text you entered in the field.

Package Sidebar

Install

npm i ng-spell-check

Homepage

eddieli.me

Weekly Downloads

22

Version

1.0.16

License

MIT

Unpacked Size

89.9 kB

Total Files

18

Last publish

Collaborators

  • eddieli