Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScript-Resource
/
angular
Public
forked from
angular/angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 1, 2016
fix(typescript): strip abstract keyword from properties in .d.ts
Show description for a84c2d7
alexeagle
committed
a84c2d7
View commit details
Copy full SHA for a84c2d7
Browse repository at this point
fix(compiler): fix cross view references and providers with `useValue`.
Show description for f114d6c
tbosch
committed
f114d6c
View commit details
Copy full SHA for f114d6c
Browse repository at this point
fix(compiler_cli): make sure the generated code gets compiled via tic
tbosch
committed
163d80a
View commit details
Copy full SHA for 163d80a
Browse repository at this point
Commits on Apr 30, 2016
chore: move StaticReflector into compiler_cli, part 2
Show description for 9e05814
tbosch
committed
9e05814
View commit details
Copy full SHA for 9e05814
Browse repository at this point
chore: move static_reflector into compiler_cli
Show description for ab56be4
tbosch
committed
ab56be4
View commit details
Copy full SHA for ab56be4
Browse repository at this point
refactor(core): type `ComponentRef`, `ComponentFactory` and `ComponentFixture` by the component type
Show description for 6a0cbb8
tbosch
committed
6a0cbb8
View commit details
Copy full SHA for 6a0cbb8
Browse repository at this point
chore: update ts2dart to 0.9.10
tbosch
committed
4e2c683
View commit details
Copy full SHA for 4e2c683
Browse repository at this point
feat(router): listen to location changes
Show description for 62a0809
vsavkin
committed
62a0809
View commit details
Copy full SHA for 62a0809
Browse repository at this point
fix(router): canDeactivate should not change the url when returns false
Show description for 76d6f5f
vsavkin
committed
76d6f5f
View commit details
Copy full SHA for 76d6f5f
Browse repository at this point
feat(tests): add ROUTER_FAKE_PROVIDERS to angular2/alt_router/router_testing_providers
Show description for 0f1b370
juliemr
authored and
mprobst
committed
0f1b370
View commit details
Copy full SHA for 0f1b370
Browse repository at this point
chore: align badges in README.md
gautamkrishnar
authored and
mprobst
committed
e589f99
View commit details
Copy full SHA for e589f99
Browse repository at this point
fix(compiler): project using the right directive as component.
Show description for 0f774df
tbosch
committed
0f774df
View commit details
Copy full SHA for 0f774df
Browse repository at this point
fix(core): return the ChangeDetectorRef of the component also for embedded views.
tbosch
committed
351f24e
View commit details
Copy full SHA for 351f24e
Browse repository at this point
refactor(core): use `Function.bind` for referring to event listeners instead of a closure.
tbosch
committed
aecb60a
View commit details
Copy full SHA for aecb60a
Browse repository at this point
fix(core): check components if an event handler inside of an embedded view fires.
Show description for 4d691b6
tbosch
committed
4d691b6
View commit details
Copy full SHA for 4d691b6
Browse repository at this point
fix(compiler): support empty array and map literals.
Show description for 11955f9
tbosch
committed
11955f9
View commit details
Copy full SHA for 11955f9
Browse repository at this point
build(router): create alt_router bundle
vsavkin
committed
5ff31f0
View commit details
Copy full SHA for 5ff31f0
Browse repository at this point
feat(router): add CanDeactivate
vsavkin
committed
deba804
View commit details
Copy full SHA for deba804
Browse repository at this point
feat(router): implement relative navigation
vsavkin
committed
e5b87e5
View commit details
Copy full SHA for e5b87e5
Browse repository at this point
chore: adjust public API spec to API changes.
mprobst
committed
d097784
View commit details
Copy full SHA for d097784
Browse repository at this point
Commits on Apr 29, 2016
refactor(compiler): support referenced `OpaqueToken`s correctly in offline compiler.
tbosch
authored and
mprobst
committed
15f6b27
View commit details
Copy full SHA for 15f6b27
Browse repository at this point
refactor(compiler): support hash syntax for providers.
mprobst
committed
176e559
View commit details
Copy full SHA for 176e559
Browse repository at this point
chore: clang-format after various changes.
mprobst
committed
365be6a
View commit details
Copy full SHA for 365be6a
Browse repository at this point
chore: adjust router to /*@ts2dart...*/
mprobst
committed
713e6d4
View commit details
Copy full SHA for 713e6d4
Browse repository at this point
chore: remove const Provider() in favor of /* @ts2dart_Provider */ {provide:}
mhevery
authored and
mprobst
committed
a8e277b
View commit details
Copy full SHA for a8e277b
Browse repository at this point
chore: replace @CONST() with /*@ts2dart_const*/
mhevery
authored and
mprobst
committed
3aa322a
View commit details
Copy full SHA for 3aa322a
Browse repository at this point
chore: replace CONST_EXPR with /*@ts2dart_const*/
mhevery
authored and
mprobst
committed
a02614b
View commit details
Copy full SHA for a02614b
Browse repository at this point
chore: upgrade to ts2dart@0.9.9
mhevery
authored and
mprobst
committed
d2527b5
View commit details
Copy full SHA for d2527b5
Browse repository at this point
feat(di): support map literals as providers
mhevery
authored and
mprobst
committed
46cd868
View commit details
Copy full SHA for 46cd868
Browse repository at this point
fix(perf): don’t use `try/catch` in production mode
Show description for b1a9e44
tbosch
committed
b1a9e44
View commit details
Copy full SHA for b1a9e44
Browse repository at this point
refactor(core): deprecate `DynamicComponentLoader` and `DebugNode.inject`
Show description for 5297c9d
tbosch
committed
5297c9d
View commit details
Copy full SHA for 5297c9d
Browse repository at this point
Revert "docs: deprecate `DynamicComponentLoader` and `DebugNode.inject`"
Show description for ee7cace
tbosch
committed
ee7cace
View commit details
Copy full SHA for ee7cace
Browse repository at this point
docs: deprecate `DynamicComponentLoader` and `DebugNode.inject`
tbosch
committed
a0b5964
View commit details
Copy full SHA for a0b5964
Browse repository at this point
feat(core): introduce template context
Show description for cacdead
tbosch
committed
cacdead
View commit details
Copy full SHA for cacdead
Browse repository at this point
chore(build): fix formatting and tests
Show description for 96ae348
alexeagle
authored and
tbosch
committed
96ae348
View commit details
Copy full SHA for 96ae348
Browse repository at this point
Previous
Next
You can’t perform that action at this time.