Skip to content

Commit

Permalink
chore(): revert to using components.d.ts from latest stencil.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Aug 24, 2018
1 parent b213500 commit f204d4e
Show file tree
Hide file tree
Showing 5 changed files with 6,721 additions and 6,575 deletions.
Loading

2 comments on commit f204d4e

@merlinchen
Copy link

@merlinchen merlinchen commented on f204d4e Sep 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jthoms1 Hi, Josh. Any reason for not using directives? My current project applies custom components to ionic Angular directives. But after this revert, my project stop working because Angular does not allow two components on one element.

@piotrtomiak
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jthoms1 Your change has made component outputs un-discoverable for WebStorm. Was there a certain reason to remove outputs list from decorators?

Please sign in to comment.