Closed GregOnNet closed 4 years ago
There is a new version 7.4.0, give it a try. It should be compatible with both v 1.8 and 12. I will try out later today.
There is a branch called compiler, where I started to work on bnf parser, so we can have all this in the TS and have both offline and runtime version.
Ideally we dont want to have this java thing in there at all. I would like to have the compiler above, or some kind of CLI extensions so I dont have to run it. I would like to have decorators as well so I dont need to use OSS for simple usecases. But this requires to have either:
Let' me know how it goes with your POC.
552746d3392811f4ae7cfd9dc5618fe82f6a8a05 fixes the issue
Reopening for Ng8..
b547112a013f07f2ceca46c421129f3a91a6e9a7
@GregOnNet Let's try to setup some git repo, to see if we can use this for your usecase and from this we can derive some leasson learn.
Hi @fkolar,
sure lets have a call. At our project we came up with a whole different solution.
Nevertheless, I want to compare both approaches.
@GregOnNet Usually I am available on Monday, Wed, Friday, The other have too many conf. calls and many things organize.
Soon it will be possible to stick with decorators for most of the cases and remove the java compiler. https://github.com/ngx-meta/rules/commits/compiler.
Let's jump to slack and we can setup a call. Either I can call you, I use zoom !
I have zoom, too. Unfortunately, the Slack-Invitation-Link is not working for me.
Viele Grüße Gregor Woiwode Twitter https://twitter.com/GregOnNet, Medium https://medium.com/@gregor.woiwode, YouTube https://youtube.com/GregOnDevNet, GitHub https://github.com/GregOnNet.
📱 +49175 520 9316 📫 gregor.woiwode@gmail.com 🏡 Endersstr. 9, 04177 Leipzig
On Mon, 16 Sep 2019 at 23:12, Frantisek Kolar notifications@github.com wrote:
@GregOnNet https://github.com/GregOnNet Usually I am available on Monday, Wed, Friday, The other have too many conf. calls and many things organize.
Soon it will be possible to stick with decorators for most of the cases and remove the java compiler. https://github.com/ngx-meta/rules/commits/compiler.
Let's jump to slack https://join.slack.com/t/ngxmetaui/shared_invite/enQtNDcyNTUyNDE3NjIzLTVkYmVmNGNjMjVjMzMzNDNkOGMwMWVjNTRlNTE4NTA3ODdhM2U1ZjdlZDIzNjZkMmJhMTc5ODA5ZTU2MWE1Yjk and we can setup a call. Either I can call you, I use zoom !
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ngx-meta/rules/issues/38?email_source=notifications&email_token=AADMO5WXRQ3SWUX6KLAFCS3QJ7ZFNA5CNFSM4ID55AIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD62RFEY#issuecomment-531960467, or mute the thread https://github.com/notifications/unsubscribe-auth/AADMO5VROPC3SY545GCMXR3QJ7ZFNANCNFSM4ID55AIA .
Closing this, since getting started technically works now. 👍
Hi @fkolar,
thanks for the awesome talk you gave in Munich. I struggle a bit getting MetaUI to work in my current project. Maybe you or one of your team mates can help out.
Thanks in advance Gregor
I'm submitting a...
System
Tooling
Java
Angular
Current behaviour
npm run compile:oss
throwsJDK
errorsExpected behavior
npm run compile:oss
throwsJDK
should workMinimal reproduction of the problem with instructions
ng new metaui-playground --style=scss
ng add @ngx-metaui/rules --uiLib=material2
What is the motivation / use case for changing the behavior?