libs/web/static/app/components/intro.js
/* jslint node: true *//* global angular */"use strict"; angular.module("app").component("intro", { // eslint-disable-next-line no-unused-vars controller: function ($rootScope, ApiService, $state, $scope) { }, templateUrl: "/static/app/views/intro.html" });