Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Add Attribute annotation to angular2.d.ts #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcoyne
Copy link

@jcoyne jcoyne commented May 1, 2015

Without this addition the TS compiler issues this error:

error TS2305: Module '"angular2/angular2"' has no exported member 'Attribute'.

when you attempt to import {Attribute} from 'angular2/angular2';

Review on Reviewable

Without this addition the TS compiler issues this error:
```
error TS2305: Module '"angular2/angular2"' has no exported member 'Attribute'.
```
when you attempt to `import {Attribute} from 'angular2/angular2';`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant