Today I Learned

TIL, 2021-06-17

  • Checking if ng-content is empty: Reference
    • childNodes.length
  • Extending an interface in TS: interface X extends Y {}.
  • ng-container has the ngIf. ng-content is the one that get passed in. ng-template is the one with structural directive.

This project is maintained by daryllxd