/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spring-security-modules/spring-security-web-angular/spring-security-web-angular-client/angular2/index.html
17 строк
462 B
freelansam
JAVA-13823: Review module names (#12628)
26 авг 2022, 13:50
26 авг 2022, 13:50
46499a2
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <base href="/" /> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('app').catch(function (err) { console.error(err); }); </script> </head> <body> <app>Loading...</app> </body> </html>