After adding the bootstrap-beta npm package and styles.css page, I have included the following code:
@import '~bootstrap/css/bootstrap.min.css';
and in the angular-cli.json page:
{
"apps": [{
"styles": [
"../node_modules/bootstrap/css/bootstrap.min.css",
"styles.css"
]
}]
}
I am encountering an issue where it shows 'cannot find files'. Can anyone help me resolve this problem?
You can find my full code at the following URL: