31. ng-content allows content projection in Angular components.32. ngClass for CSS class manipulation, ngStyle for inline styles.33. BehaviorSubject stores and emits current value to new subscribers.34. Lazy loading uses loadChildren to load modules only when needed.35. RouterLink directive for navigation and passing route parameters.36. ngFor iterates over arrays with tracking for performance.37. HostListener for DOM event handling, HostBinding for properties.38. Static queries (static: true) resolved once, dynamic (static: false) during change detection.39. Custom form controls use ControlValueAccessor interface for integration.40. Performance optimization in Angular includes lazy loading and AOT compilation.