atom-angular2 icon indicating copy to clipboard operation
atom-angular2 copied to clipboard

Package for Atom to help with Angular App development

atom-angular-2

A complete package for Angular 2 app development. [BETA]

Note:

This package is very much still a work in progress.

Currently supports angular-cli projects only.

Features

  • Syntax highlighting for Typescript
  • Autocompletes
    • Typescript
    • Angular
    • Your App classes
  • Resolves Imports
  • Snippets

Autocomplete

Resolves Imports

Contributing

  • Atom -> Install Shell Commands
  • Clone this repo
  • cd atom-angular2
  • apm link
  • do changes and give a pull request!!