Skip to content

WebArtWork/ngx-ace.webart.work

Repository files navigation

ngx-ace

ngx-ace is the extracted Ace editor package from the Web Art Work Angular packages workspace.

Installation

npm i --save ngx-ace

Usage

import { provideNgxAce } from '@wawjs/ngx-ace';

export const appConfig = {
	providers: [
		provideNgxAce({
			mode: 'javascript',
			theme: 'github',
			useWorker: false,
		}),
	],
};

Available features

  • AceComponent for template-friendly editor embedding
  • AceDirective for direct editor instance control
  • provideNgxAce() for default config registration
  • registerAceMode() and registerAceTheme() for lazy feature loading
  • AceConfigInterface, AceConfig, and related types

About

Ace editor integration for Angular with lazy assets, syntax modes, and SSR-safe guards.

Resources

Stars

Watchers

Forks

Contributors