-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentdocsThis issue is related to documentationThis issue is related to documentation
Description
Bug, feature request, or proposal:
Bug.
What is the current behavior?
Files are missing in the related examples.
What are the steps to reproduce?
1 - Go to Icon examples;
2 - Check your console;
2.1 - You got two 404 because the files icon-svg/icon-svg-example.css
and icon-svg/icon-svg-example.ts
are missing.
Notes:
- Apparently the folder icon-svg-example is suffixed by
-example
and the example itself tries to get the files fromicon-svg
instead oficon-svg-example
. Out of curiosity, why this is the only folder that is suffixed? - The
css
file is missing.
1 - Go to SnackBar examples;
2 - Check your console;
2.1 - You got a 404 because the file snack-bar-component-example.css
is missing.
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentdocsThis issue is related to documentationThis issue is related to documentation