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
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
- Don't report ambiguous links for deprecated modules; instead resolve
them by default to their respective modules. E.g., `{@link NgControl}`
will resolve to the type in `@angular/common/src/forms-deprecated` when
referenced from with `forms-deprecated` and to the type in
`@angular/forms` when referenced within `forms`.
- Missing API docs are now reported at log-level 'info' rather than
'warn'.
- Don't warn about issues that are due to bug
angular/dgeni-packages#192.
0 commit comments