my-emacs-d/elpa/ng2-mode-20160910.820/ng2-mode-autoloads.el

55 lines
1.2 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; ng2-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "ng2-html" "ng2-html.el" (22500 63829 326570
;;;;;; 417000))
;;; Generated autoloads from ng2-html.el
(autoload 'ng2-html-mode "ng2-html" "\
Major mode for Angular 2 templates
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.component.html\\'" . ng2-html-mode))
;;;***
;;;### (autoloads nil "ng2-mode" "ng2-mode.el" (22500 63829 338570
;;;;;; 480000))
;;; Generated autoloads from ng2-mode.el
(autoload 'ng2-mode "ng2-mode" "\
Activates the appropriate Angular 2-related mode for the buffer.
\(fn)" t nil)
;;;***
;;;### (autoloads nil "ng2-ts" "ng2-ts.el" (22500 63829 318570 374000))
;;; Generated autoloads from ng2-ts.el
(autoload 'ng2-ts-mode "ng2-ts" "\
Major mode for Angular 2 TypeScript
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.component.ts\\'" . ng2-ts-mode))
(add-to-list 'auto-mode-alist '("\\.service.ts\\'" . ng2-ts-mode))
;;;***
;;;### (autoloads nil nil ("ng2-mode-pkg.el") (22500 63829 371106
;;;;;; 271000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; ng2-mode-autoloads.el ends here