flex-layout icon indicating copy to clipboard operation
flex-layout copied to clipboard

Possible? Use of "flex-layout" in non angular environments.

Open MarcusMorba opened this issue 7 years ago • 3 comments

Bug, feature request, or proposal:

Use of "flex-layout" in non angular environments.

What is the expected behavior?

Be able to create a global Design System using Flex-Layout that can also be used in other projects like e.g. React, Decoupled Drupal 8 etc.

What is the current behavior?

I don´t know if this is possible, but have read that the solution is based on pure Javascript.

What is the use-case or motivation for changing an existing behavior?

A lot people like the features and way it works and would love to use this also for their environments. This would make it easier to maintain the main Angular based design system, but offer a usable inbetween solution on the way to "Angular Elements" (https://medium.com/vincent-ogloblinsky/export-angular-components-as-custom-elements-with-angular-elements-a2a0bfcd7f8a)

MarcusMorba avatar Apr 21 '18 07:04 MarcusMorba

It definitely seems like it might be viable. I'll discuss this offline with @ThomasBurleson and @robwormald next week to see how feasible this is.

CaerusKaru avatar Apr 21 '18 07:04 CaerusKaru

THANKS!

MarcusMorba avatar Apr 21 '18 08:04 MarcusMorba

I'd like to provide an update on this. There is an experimental implementation of Angular Layout on the adam/ce branch of this repository. It is a set of Custom Elements that can be used independent of Angular.

Please note that it is highly experimental, the API is different from Angular Layout, and the API has not been finalized. That being said, it's entirely usable, and open to anyone. We will continue working on it and find a way to fold it into the Angular Layout library with usage instructions, etc.

CaerusKaru avatar Nov 03 '18 03:11 CaerusKaru