-
Notifications
You must be signed in to change notification settings - Fork 43
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
Alight declarative interface #210
Comments
Hi! I don't very like this Angular 1 style, but I can add it to "ext" package. alight('body', {
data: '',
filter: (a, b) => a+b,
directive: () => {}
}) |
What is direct-directives? How to define it? |
Declarative interface is about to avoid ugly constructions like |
And about namespaces itself. It very important to separate code into modules. Namespaces is the best trick to avoid conflicts. I have two different projects where I've realised |
Add declarative interface:
Namespace create alight new namespace or use existing. It is pretty and simple.
Extended example:
The text was updated successfully, but these errors were encountered: