Can AngularDart and Zurb Foundation work together?

Issue

I want to use AngularDart and CSS framework, more specifically Zurb Foundation, for responsive applications. I do not want to use Bootstrap (for some reason).

Can AngularDart and Zurb Foundation work out of the box? What are the workarounds, if any?

Solution

In Angular.dart you can declare if you want to create components with or without shadowDOM. Existing CSS frameworks usually won’t work with shadowDOM. As long as you set useShadowDom to false for your components you are fine.

Answered By – Günter Zöchbauer

Answer Checked By – Robin (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *