AdamNiederer / ng2-mode

Angular Support for Emacs
GNU General Public License v3.0
73 stars 11 forks source link
angular angular10 angular11 angular12 angular2 angular4 angular6 angular7 angular8 angular9 emacs typescript

GPLv3 MELPA

ng2-mode

The Angular 2+ support Emacs needs

Screenshot

Features

Dependencies

Installation

Install this package with M-x package-install RET ng2-mode. It will automatically be activated on *.{component|service|pipe|directive|guard|module}.ts and *.component.html files, as well as whenever you type M-x ng2-mode.

If you want lsp-mode integration for your typescript files, add this to ~/.emacs.d/init.el:

(with-eval-after-load 'typescript-mode (add-hook 'typescript-mode-hook #'lsp))

Functions

Contributing

If you want to see a function in either mode, feel free to open an issue or a pull request.

License

GPLv3+