You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove @angular/animations from peerDeps, add TypeScript
@angular/animations are not required for every Angular applications.
When installing `nativescript-angular`, the user shouldn't see a warning
for unmet peer dependency if he's not using @angular/animations.
TypeScript should be >2.2 or tns-core-modules won't be working, so we
should have this as peer dependency.
0 commit comments