-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular Feedback #2645
Comments
Lovely feedback @amcdnl! We do use dynamic components currently so adding the template support shouldn't be very- |
I think it's nice ! Now, I think storybook should provide a helper function to configure webpack based on /* .storybook/webpack.config.js */
import { webpackConfigHelperForNgCli } from '@storybook/angular';
module.exports = (env) => {
return webpackConfigHelperForNgCli(); // configures .ts , HTML, and style Rules
}; |
Hey @amcdnl , I have a couple of questions for you:
Just trying to get a more clear idea of the stuff we want to focus on :D |
|
Progress on these items:
|
Are we going to do these 2 items? What is the meaning of them? |
They are more documentation based items. |
@amcdnl , @igor-dv For item 2 we should update the examples and I'm thinking we should also remove the |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks! |
First off, this is awesome guys! I know first hand what a challenge Angular can be to build this type of stuff for! I gave it a whirl today and here is my general 'end-user' feedback.
.angular-cli.json
that lots of ppl use, it should be picked up here too/stories
under/src
so TypeScript will pick it up by default in a cli projectA few notes on some of those items:
//cc @igor-dv
The text was updated successfully, but these errors were encountered: