https://github.com/angular/angular
Revision a521571e85fc0e740e7e30c10aca5d1dcbcd8e89 authored by AleksanderBodurri on 26 April 2022, 02:11:17 UTC, committed by Dylan Hunn on 02 May 2022, 22:36:37 UTC
With the introduction of many new devtools extensions APIs, it is now possible to install Angular DevTools in Safari.

This commit details how to convert an Angular DevTools build to a Safari web extension with Xcode and `xcrun safari-web-extension-converter `

PR Close #45763
1 parent 509cab9
Raw File
Tip revision: a521571e85fc0e740e7e30c10aca5d1dcbcd8e89 authored by AleksanderBodurri on 26 April 2022, 02:11:17 UTC
docs(devtools): create documentation on installing Angular DevTools in Safari (#45763)
Tip revision: a521571
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top