-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Website examples common.scss mismatch #91
Comments
Hello, Thank you for your feedback and detailed observations. Let’s address the key points: 1. File name common.scss vs flow-common.scss: 2. Using ::ng-deep and selectors: 3. Complexity for beginners: Thank you again for your suggestions and observations. I’m always happy to see engaged users striving to improve their workflow. The documentation already contains all the necessary examples and explanations, but if you need further clarification, you can always refer to it or explore the repository code. |
Beginner developers may not know |
Thanks for the recommendation |
Description
We like the Foblex Flow plugin and want it to improve:
In the examples specified on the website, the file name
common.scss
but the usage in the code is specified as
flow-common
. also it is not clear where the../../flow-common.scss
file should be.Also it is confusing that connection-types should be the same as component selector. For all examples
::ng-deep f-flow {
is enough.Here is the working example :
https://stackblitz.com/edit/stackblitz-starters-euaf2ouu?file=src%2Fpages%2Fflowpage%2Fflowpage.scss,src%2Fpages%2Fflowpage%2Fflowpage.component.ts
In previous issues I mentioned that it should be simpler to have common.scss built in @foblex/flow.
These complications can make a beginner give up. We didn't give up, we thought about how @foblex/flow could be better.
Also, Foblex Flow zoneless work is good
Thank you for your efforts.
Steps to Reproduce
In website select an example
https://flow.foblex.com/examples/connection-types
Expected Result
https://stackblitz.com/edit/stackblitz-starters-euaf2ouu?file=src%2Fpages%2Fflowpage%2Fflowpage.scss,src%2Fpages%2Fflowpage%2Fflowpage.component.ts
Actual Result
Environment Details
Node 22
Angular 19
Screenshots or Videos
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: