Closed
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.