-
Notifications
You must be signed in to change notification settings - Fork 26k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 20 files changed
- 8 contributors
Commits on Aug 23, 2018
-
build(bazel): remove workaround no longer needed for module names for…
… ngfactory & ngsummary files (#25604) Workaround was added in #25335. It was necessary for .ngfactory & .ngsummary files to have proper AMD module names starting with @angular when building angular downstream from source using Bazel. The underlying issue has been resolved in the compiler and these files now get proper AMD module names without the need for this workaround. The workaround had an unexpected consequence angular/angular-cli#11835 which is fixed by its removal. PR Close #25604
Configuration menu - View commit details
-
Copy full SHA for 82f26fe - Browse repository at this point
Copy the full SHA 82f26feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0d0a9 - Browse repository at this point
Copy the full SHA cc0d0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d5b43 - Browse repository at this point
Copy the full SHA 51d5b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e82a76 - Browse repository at this point
Copy the full SHA 4e82a76View commit details
Commits on Aug 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 72ed2e9 - Browse repository at this point
Copy the full SHA 72ed2e9View commit details
Commits on Aug 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 59cfc8a - Browse repository at this point
Copy the full SHA 59cfc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b560189 - Browse repository at this point
Copy the full SHA b560189View commit details -
build(docs-infra): render all overloads if they are abstract (#25670)
In an overloaded method, the overload with the function body is the actual method doc, and this doc is not included in the list of "additional" overloads. Moreover, the logic (all in dgeni-packages) is that if none of the items has a body then we use the first overload as the actual method doc. In the case of abstract methods, none of the methods have a body. So we have a situation where the overloads collection does not contain the first abstract method, even though it is not the "implementation" of the method. Therefore we need to still render it. Closes #25610 PR Close #25670
Configuration menu - View commit details
-
Copy full SHA for e40519c - Browse repository at this point
Copy the full SHA e40519cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a35290 - Browse repository at this point
Copy the full SHA 8a35290View commit details
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2194b5a - Browse repository at this point
Copy the full SHA 2194b5aView commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7aff364 - Browse repository at this point
Copy the full SHA 7aff364View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d502f - Browse repository at this point
Copy the full SHA c6d502fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8d6c1 - Browse repository at this point
Copy the full SHA 7f8d6c1View commit details -
fix(bazel): Cache fileNameToModuleName lookups (#25731)
This saves expensive re-parsing of the file when not run as a Bazel worker PR Close #25731
Configuration menu - View commit details
-
Copy full SHA for 3e690e0 - Browse repository at this point
Copy the full SHA 3e690e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3dd87 - Browse repository at this point
Copy the full SHA 0a3dd87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8d56a - Browse repository at this point
Copy the full SHA 4a8d56aView commit details
There are no files selected for viewing