* fix(storybook): apply a webpack tweak for storybook and angular
- [x] remove html raw-loader from the webpack rules array if storybook is used with angular v13;
the html raw-loader breaks jit compilation when storybook 6.5 aplha is used with angular v13
ISSUES CLOSED: #8360
fix(testing): update storybook generator configuration snapshot
fix(testing): update storybook generator configuration snapshot, use the flag --update-snapshot
fix(testing): update storybook generator configuration snapshot, test affected, update snapshot
* cleanup(storybook): make the webpack tweak for storybook and angular explanation more concise