External Style file not loaded in polymer 3 application deployed to Spring mvc application
问题 Styles are loaded in template: static get template() { return html` <style> :host { display: block; border: double; background-color: lightsteelblue; } </style> <iron-ajax auto url="http://localhost:8000/api/clients" handle-as="json" last-response="{{_getClientsResponse}}"></iron-ajax> <h2>Hello [[prop1]]!</h2> <div>host</div> <link rel="stylesheet" href= "/node_modules/ag-grid-community/dist/styles/ag-grid.css"> <link rel="stylesheet" href= "/node_modules/ag-grid-community/dist/styles/ag