Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rudyhagan
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
vsavkin
Datepicker
All time
Commit History
Commits on Aug 13, 2015
docs: removed outdated docs
Show description for da4bcd5
vsavkin
authored and
mhevery
committed
da4bcd5
Copy full SHA for da4bcd5
refactor(pipes): removed BasePipeTrasnform
Show description for 416fd08
vsavkin
committed
416fd08
Copy full SHA for 416fd08
feat(pipes): changed PipeTransform to make onDestroy optional
Show description for 839edaa
vsavkin
committed
839edaa
Copy full SHA for 839edaa
Commits on Aug 12, 2015
feat(pipe): added the Pipe decorator and the pipe property to View
Show description for 5b5d31f
vsavkin
committed
5b5d31f
Copy full SHA for 5b5d31f
Commits on Aug 7, 2015
refactor(pipes): use Injector instead of pipe factories for pipe instantiation
Show description for 2dcf714
vsavkin
committed
2dcf714
Copy full SHA for 2dcf714
feat(di): added resolveAndInstantiate and instantiateResolved to Injector
Show description for 06da60f
vsavkin
committed
06da60f
Copy full SHA for 06da60f
feat(refactor): replaced ObservablePipe and PromisePipe with AsyncPipe
vsavkin
committed
106a28b
Copy full SHA for 106a28b
Commits on Aug 6, 2015
fix(exception_handler): log errors that are thrown by the compiler
vsavkin
committed
07b9be7
Copy full SHA for 07b9be7
Commits on Aug 4, 2015
feat(pipes): replaces iterable and key value diffing pipes with services
Show description for 392de4a
vsavkin
committed
392de4a
Copy full SHA for 392de4a
Commits on Jul 31, 2015
feat(core): made directives shadow native element properties
Show description for 3437d56
vsavkin
committed
3437d56
Copy full SHA for 3437d56
perf(change_detection): do not generate onAllChangesDone when not needed
vsavkin
committed
adc2739
Copy full SHA for adc2739
cleanup(di): renamed viewInjector and hostInjector
Show description for 3cda712
vsavkin
committed
3cda712
Copy full SHA for 3cda712
cleanup(DI): clean up visibility decorators
Show description for 985627b
vsavkin
committed
985627b
Copy full SHA for 985627b
docs(di): added a doc describing advanced di topis
vsavkin
committed
a9ec6b9
Copy full SHA for a9ec6b9
docs(di): updated di docs
vsavkin
committed
f5864af
Copy full SHA for f5864af
perf(change_detection): removed the currentProto property
vsavkin
committed
71ea199
Copy full SHA for 71ea199
Commits on Jul 29, 2015
perf(change_detection): do not check intermediate results
vsavkin
committed
c1ee943
Copy full SHA for c1ee943
Commits on Jul 28, 2015
feat(core): provide an error context when an exception happens in an error handler
vsavkin
committed
8543c34
Copy full SHA for 8543c34
Commits on Jul 27, 2015
feat(change_detection): generate checkNoChanges only in dev mode
vsavkin
committed
71bb4b3
Copy full SHA for 71bb4b3
Commits on Jul 24, 2015
cleanup(forms): value accessors inject NgControl only from self
vsavkin
committed
45b10a1
Copy full SHA for 45b10a1
feat(change_detection): provide error context for change detection errors
vsavkin
committed
c2bbda0
Copy full SHA for c2bbda0
feat(exception_handler): print originalException and originalStack for all exceptions
vsavkin
committed
e744409
Copy full SHA for e744409
Commits on Jul 23, 2015
fix(element_injector): do not throw when cannot find element when trying to report an error
vsavkin
committed
03c8e74
Copy full SHA for 03c8e74
refactor(exception_handler): unified all exception handling
Show description for 70792c7
vsavkin
committed
70792c7
Copy full SHA for 70792c7
feat(exception_handler): change ExceptionHandler to output context
vsavkin
committed
fdf226a
Copy full SHA for fdf226a
Commits on Jul 22, 2015
cleanup: removed an invalid export
vsavkin
committed
a9e7c90
Copy full SHA for a9e7c90
feat(di): added context to runtime DI errors
vsavkin
committed
5a86f85
Copy full SHA for 5a86f85
feat(lang): added "context" to BaseException
vsavkin
committed
8ecb632
Copy full SHA for 8ecb632
Commits on Jul 21, 2015
refactor(di): removed @Parent
Show description for 6f4a39c
vsavkin
committed
6f4a39c
Copy full SHA for 6f4a39c
Commits on Jul 20, 2015
feat(pipes): changed .append to .extend
Show description for 4c8ea12
vsavkin
committed
4c8ea12
Copy full SHA for 4c8ea12
Commits on Jul 17, 2015
fix(di): fixed dynamic component loading of components created in child injector
vsavkin
committed
5749692
Copy full SHA for 5749692
fix(di): fixed types
vsavkin
committed
2f08ed8
Copy full SHA for 2f08ed8
refactor(forms): removed iterableToList
vsavkin
committed
13b1d85
Copy full SHA for 13b1d85
fix(forms): default the initial value of Control to null
vsavkin
committed
5b597de
Copy full SHA for 5b597de
Commits on Jul 16, 2015
fix(di): do not rely on the fact that types are canonicalized
vsavkin
committed
2147ce4
Copy full SHA for 2147ce4
Pagination
Previous
Next
You can’t perform that action at this time.