Popular repositories
-
-
angular-split Public
Forked from angular-split/angular-split
Angular UI library to split views and allow dragging to resize areas using CSS flexbox layout.
TypeScript 1
-
angular2-hotkeys Public
Forked from brtnshrdr/angular2-hotkeys
Keyboard shortcuts for Angular 2 apps
TypeScript 1
-
igniteui-angular Public
Forked from IgniteUI/igniteui-angular
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps.
TypeScript
-
delon Public
Forked from ng-alain/delon
Delon is a set of essential modules for ng-alain. https://github.com/ng-alain/ng-alain/issues
TypeScript
-
ngcc-validation Public
Forked from angular/ngcc-validation
Angular Ivy library compatibility validation project
TypeScript
5,624 contributions in the last year
Contribution activity
October 2021
Created 378 commits in 17 repositories
Created a pull request in angular/angular that received 15 comments
docs: deprecate ViewEngine-based JIT Compiler symbols
NOTE: JIT compiler in Ivy is available, these deprecations are for ViewEngine only. DEPRECATION: Some of the symbols that are used in ViewEngine-ba…
Opened 10 other pull requests in 1 repository
angular/angular
3
open
3
closed
4
merged
-
refactor(forms): inherit
ngOnChangeshooks from the base class - test(platform-browser): complete component bootstrap before switching to the next test
- docs: release notes for the v13.0.0-rc.1 release
- Bump version to "v13.0.0-rc.1" with changelog.
- docs: release notes for the v12.2.11 release
- Bump version to "v12.2.11" with changelog.
- docs: update dynamic component guide to use factory-less ViewContainerRef.createComponent
- ci: update payload size limit
- Revert "fix(compiler): support i18n interpolated only attribute bindings (#43815)"
- refactor(compiler): shorten Closure-based i18n const names
Reviewed 30 pull requests in 1 repository
angular/angular
30 pull requests
- fix(core): add undefined type to QueryList's first and last
-
fix(core): support
InjectFlagsargument inNodeInjector.get() - docs(docs-infra): change deprecated keyboardEvent.keyCode example to use keyboardEvent.code
- feat(forms): update minlength/maxlength to inherit abstractValidator
-
feat(http): add
has()method toHttpContextclass - feat(router): Provide a service for setting the document page title
- docs(localize): fix spelling of documentation link
- build(docs-infra): update docs examples to Angular v13.0.0-rc.0
- ci: remove browserstack configuration
- docs: add missing CartService inside providers in tutorial
- docs: remove Ivy-specific guides
- i18n: Reference ICU ids from container messages
- Release-candidate branch port of #43838
- fix(router): Do not clear currentNavigation if already set to next one
-
docs: include
WrappedValueas removed API on deprecation page - Revert "refactor(router): clean up internal hooks (#43804)"
- fix(router): fix Router's public API for canceledNavigationResolution
- fix(compiler): support i18n interpolated only attribute bindings
- refactor(router): clean up internal hooks
- docs: fix forms in template examples
- docs: update comment on bit of code in router
-
docs: deprecate ViewEngine-based
renderModuleFactory - docs: remove mention of router API that 'may be deprecated'
- release: bump the next branch to v13.1.0-next.0
- Update RxJS peer deps
- Some pull request reviews not shown.
Created an issue in angular/angular that received 1 comment
Consider generating only one branch of i18n message (based on the config)
Which @angular/* package(s) are relevant/releated to the feature request? compiler Description Currently Angular compiler generates 2 sections for …