Skip to content

[CLI MCP] [Angular]: Material Icons stylesheet is missing from index.html #1618

@georgianastasov

Description

@georgianastasov

Description

In the generated Angular app, the Material Icons stylesheet is not added to index.html:

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

Because this link is missing, components that rely on Material Icons do not render their icons correctly. As a result, parts of the UI appear incomplete or broken, with icon placeholders or missing visual indicators.

This affects any generated component or layout that expects the Material Icons font to be available globally.

Proposed Solution

Ensure the Angular CLI MCP output includes the Material Icons stylesheet link in index.html whenever the generated app uses components or templates that depend on Material Icons.

This will allow icons across the generated application to render correctly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions