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 }}
tomplusplus
/
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 Nov 18, 2015
fix(dart/transform): Omit bootstrap.dart in ng_deps
Show description for 0db0252
Tim Blasi
authored and
kegluneq
committed
0db0252
View commit details
Copy full SHA for 0db0252
Browse repository at this point
feat(bootstrap): add platform and app initializers
Show description for 3c43a8c
vsavkin
committed
3c43a8c
View commit details
Copy full SHA for 3c43a8c
Browse repository at this point
refactor(EventEmitter): rename .next() to .emit()
Show description for 3fa287a
robwormald
committed
3fa287a
View commit details
Copy full SHA for 3fa287a
Browse repository at this point
chore(router): add tests for interaction between router-outer and
Show description for 929abb9
jelbourn
committed
929abb9
View commit details
Copy full SHA for 929abb9
Browse repository at this point
chore(bundles): properly publish router.min.js bundle
Show description for 837efc2
pkozlowski-opensource
committed
837efc2
View commit details
Copy full SHA for 837efc2
Browse repository at this point
chore(publish): use pub/npm_prepare.sh script to prep published builds
Show description for 3eced6e
yjbanov
committed
3eced6e
View commit details
Copy full SHA for 3eced6e
Browse repository at this point
chore(build): spin off pub_prepare.sh from pub_publish.sh
yjbanov
committed
c53a63a
View commit details
Copy full SHA for c53a63a
Browse repository at this point
chore(build): spin off npm_prepare.sh from npm_publish.sh
yjbanov
committed
621fa49
View commit details
Copy full SHA for 621fa49
Browse repository at this point
chore(build): move publish-build-artifacts.sh to scripts/publish
yjbanov
committed
9691c04
View commit details
Copy full SHA for 9691c04
Browse repository at this point
chore(saucelabs): update browser versions
Show description for c855c5d
marclaval
committed
c855c5d
View commit details
Copy full SHA for c855c5d
Browse repository at this point
Commits on Nov 17, 2015
refactor(core): move render/dom from core
Show description for 2c8fcec
vsavkin
committed
2c8fcec
View commit details
Copy full SHA for 2c8fcec
Browse repository at this point
chore(build): git config prior to committing
yjbanov
committed
60a2bbb
View commit details
Copy full SHA for 60a2bbb
Browse repository at this point
docs(cleanup): fix bad h3 markup and normalize headings
Show description for d013fc7
naomiblack
committed
d013fc7
View commit details
Copy full SHA for d013fc7
Browse repository at this point
chore(build): revert presubmit-queue-setup.sh; fix git login in publish-build-artifacts.sh
yjbanov
committed
dd1e212
View commit details
Copy full SHA for dd1e212
Browse repository at this point
fix(router): apply APP_BASE_HREF when using PathLocationStrategy
Show description for ac38812
btford
committed
ac38812
View commit details
Copy full SHA for ac38812
Browse repository at this point
fix(examples): Don't generate Dart code for TS examples in nested directories.
alxhub
committed
b571baa
View commit details
Copy full SHA for b571baa
Browse repository at this point
fix(dart/transform): Consider of line numbers in inliner_for_test
Show description for a31e2f5
Tim Blasi
authored and
kegluneq
committed
a31e2f5
View commit details
Copy full SHA for a31e2f5
Browse repository at this point
fix(http): refactor 'require' statements to 'import' declarations for Rx
Show description for bcd926a
IgorMinar
committed
bcd926a
View commit details
Copy full SHA for bcd926a
Browse repository at this point
fix(core): Run component disposal before destroyRootHostView() to avoid crash if change detection is triggered.
Show description for b22eddf
alxhub
committed
b22eddf
View commit details
Copy full SHA for b22eddf
Browse repository at this point
doc(NgSwitch): update API doc
Show description for 857bef9
vicb
committed
857bef9
View commit details
Copy full SHA for 857bef9
Browse repository at this point
feat(build): add an option to disable type checks when running tests
Show description for 4e585bc
vsavkin
committed
4e585bc
View commit details
Copy full SHA for 4e585bc
Browse repository at this point
docs(pipes): Add examples for all Angular pipes.
Show description for 94cf671
alxhub
committed
94cf671
View commit details
Copy full SHA for 94cf671
Browse repository at this point
Commits on Nov 16, 2015
fix(dart): fix the static_browser platform not to include compiler
Show description for ad6fb06
vsavkin
committed
ad6fb06
View commit details
Copy full SHA for ad6fb06
Browse repository at this point
docs(cheatsheet): add missing bootstrapping section
Show description for c03fb36
petebacondarwin
committed
c03fb36
View commit details
Copy full SHA for c03fb36
Browse repository at this point
build(browserstack): add Windows Phone to CI
Show description for bccd8a7
marclaval
committed
bccd8a7
View commit details
Copy full SHA for bccd8a7
Browse repository at this point
Revert "feat(Compiler): case sensitive html parser"
Show description for 4e1d9c9
vsavkin
committed
4e1d9c9
View commit details
Copy full SHA for 4e1d9c9
Browse repository at this point
Revert "feat(Compiler): case sensitive html parser"
Show description for 0611239
vsavkin
committed
0611239
View commit details
Copy full SHA for 0611239
Browse repository at this point
chore(build): print commands in presubmit-queue-setup.sh
yjbanov
committed
c5045ac
View commit details
Copy full SHA for c5045ac
Browse repository at this point
build(analytics): track bundle size
Show description for 41dfaf3
IgorMinar
committed
41dfaf3
View commit details
Copy full SHA for 41dfaf3
Browse repository at this point
build(gulp): remove unnecessary dependency duplication
IgorMinar
committed
9607686
View commit details
Copy full SHA for 9607686
Browse repository at this point
feat(Compiler): case sensitive html parser
Show description for a8edc1e
vicb
committed
a8edc1e
View commit details
Copy full SHA for a8edc1e
Browse repository at this point
feat(Compiler): case sensitive html parser
tbosch
authored and
vicb
committed
86aeb8b
View commit details
Copy full SHA for 86aeb8b
Browse repository at this point
Revert "feat(renderer): use a comment instead of an element when stamping out `<template>` elements"
Show description for e274ff8
vsavkin
committed
e274ff8
View commit details
Copy full SHA for e274ff8
Browse repository at this point
Commits on Nov 14, 2015
fix(publish): syntax fix
yjbanov
committed
9985968
View commit details
Copy full SHA for 9985968
Browse repository at this point
feat(renderer): use a comment instead of an element when stamping out `<template>` elements
Show description for bb9cfe6
tbosch
committed
bb9cfe6
View commit details
Copy full SHA for bb9cfe6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.