angularjs-annotations
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

angularjs-annotations

CircleCI Coverage Status

Angularjs Typescript annotations to mimic Angular syntax.

Installation

npm install angularjs-annotations --save
yarn add angularjs-annotations
bower install angularjs-annotations --save

Usage

TypeScript

import { Component } from 'angularjs-annotations';
 
@Component({
  controller: AppComponentController,
  template: require('./app.component.html')
})
export class AppComponent implements ng.IComponentOptions {
}

Test

npm run test

Package Sidebar

Install

npm i angularjs-annotations

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

48.7 kB

Total Files

20

Last publish

Collaborators

  • guillermocorrea