Popular repositories
5,209 contributions in the last year
Less
More
Contribution activity
October 2021
Created 436 commits in 18 repositories
Created a pull request in angular/angular that received 12 comments
docs: Deprecate longhand binding prefixes
The longhand prefix versions for bindings and references in templates
are now deprecated.
DEPRECATION:
The template prefixes bind-, on-, bindon-, and
+20
−48
•
12
comments
Opened 22 other pull requests in 2 repositories
angular/angular
2
open
7
closed
6
merged
-
fix(router): Update
Navigation#initialUrlto match documentation and reality - fix(router): Do not clear currentNavigation if already set to next one
- Revert "refactor(router): clean up internal hooks (#43804)"
- fix(router): fix Router's public API for canceledNavigationResolution
- docs: release notes for the v13.0.0-rc.0 release
- Bump version to "v13.0.0-rc.0" with changelog.
- docs: release notes for the v12.2.10 release
- Bump version to "v12.2.10" with changelog.
- refactor(router): clean up internal hooks
- docs: update comment on bit of code in router
- docs: release notes for the v13.0.0-next.15 release
- Bump version to "v13.0.0-next.15" with changelog.
- Cherry pick v13.0.0-next.14 commit to the 13.0.x branch
- docs: remove mention of router API that 'may be deprecated'
- refactor(language-service): Remove option and bundle generation for V…
angular/vscode-ng-language-service
6
merged
1
closed
- refactor(client): Support VE by using the v12 version of the language…
- refactor: support resolving ngcc from pre-v13 package format
- refactor: support resolving ngcc from APF v13 output
- build: sync language-service version between client and server
- build: update dependency to latest v13 release and fix errors
- refactor(language-server/extension): remove options to enable View En…
- build(language-server): update to TypeScript 4.4
Reviewed 20 pull requests in 2 repositories
angular/angular
17 pull requests
- 20114 reuse route strategy children fix
- feat(router): allow passing an ActivatedRouteSnapshot for relative link resolution in Router.createUrlTree
- docs: add missing split marker
-
build: update to
cldrversion 39 - Tutorial uses routing, default option on workspace creation is 'No'
- Tutorial uses routing, default option on workspace creation is 'No'
- Update RxJS peer deps
- feat(common): add injection token for default date pipe timezone
- docs: deprecate ViewEngine-based JIT Compiler symbols
- refactor(language-service): fix typo in method name
- feat(language-service): provide snippets for attribute
- refactor(language-service): enable extended template diagnostics when strict templates is forced
- test(core): fix failing unit test
- fix(router): unset attachRef when router-outlet is destroyed to avoid mounting a destroyed component
-
refactor(compiler-cli): deprecate the
fullTemplateTypeCheckcompile… - fix(compiler-cli): handle nullable expressions correctly in the nullish coalescing extended template diagnostic
- docs:move angular-compiler-options tsconfig snippets to external file
angular/vscode-ng-language-service
3 pull requests
Created an issue in angular/angular that received 6 comments
Deprecate bind-, bindon-, on-, and ref- syntax in templates
Which @angular/* package(s) are relevant/releated to the feature request? compiler, core Description These template syntaxes are rarely used and un…
6
comments