55 lines
1.2 KiB
EmacsLisp
55 lines
1.2 KiB
EmacsLisp
|
;;; 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
|