Я просто следовал их руководству
<html lang="en">
<head>
<title>Your page</title>
<script src="/js/le.min.js"></script>
<script>
// Set up le.js
LE.init('YOUR-LOG-TOKEN');
</script>
</head>
<script>
// log something
LE.log("Hello, logger!");
</script>
Я добавил их в свой индексный файл, но выбросил http://localhost:4200/js/le.min.js net::ERR_ABORTED 404 (Not Found)