Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sortable): make property public for AoT compilance
fixes #1483
- Loading branch information
fixes #1483
e5c3135
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same thing needs to happen with 'items'.
e5c3135
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the hell it works for me? Because docs are compiled with AoT, Hm. Can you do a PR?
After clone you need to
npm run build
npm run link
npm start