Highlights
- Pro
Block or Report
Block or report alxhub
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
components Public
Forked from angular/components
Material Design components for Angular 2
TypeScript 1
7,038 contributions in the last year
Contribution activity
May 2022
Created 2 commits in 1 repository
Created a pull request in angular/angular that received 12 comments
refactor(core): guard against importProvidersFrom in components
importProvidersFrom provides a bridge from the world of NgModule-based DI
configuration to the new, "standalone" world of direct providers and
envi…
+170
−64
•
12
comments
Opened 3 other pull requests in 1 repository
Reviewed 14 pull requests in 2 repositories
angular/angular
13 pull requests
-
refactor(core): make
Testabilitycompatible with tree-shaking -
feat(forms): Add
FormBuilder.nonNullable. - fix(compiler-cli): handle forwardRef in imports of standalone component
- docs: update angular package format guide to reflect recent changes
-
ci: decrease the number of required
public-apiandsize-trackingreviews - refactor(core): disallow standalone components in importProvidersFrom calls
- feat(core): update TestBed to recognize Standalone Components
- ci: mark pkozlowski as available for PR reviews
-
refactor(core): rename
INJECTOR_INITIALIZER->ENVIRONMENT_INITIALIZER -
refactor(core): guard against
importProvidersFromin components - fix(compiler-cli): report invalid imports in standalone components during resolve phase
-
fix(platform-server): update
renderApplicationto moveappIdto options - feat(compiler-cli): Support template binding to protected component members