GitHub договорился с npm о поглощении. В планах компании вложиться в инфраструктуру и продолжить работу над инструментами. Платные приватные реестры переедут в систему GitHub Packages в этом году, а npm останется открытой основной JS-экосистемы — https://github.blog/2020-03-16-npm-is-joining-github/
Angular’s OnInit and onDestroy hooks works for component where they are declared, not where they are used/rendered. That means, if using ng-content, the child will not be destroyed when destroying the component containing the ng-content.