4

Not sure it's the right question for this forum, but I couldn't find another place for it.

Our design team built their design system based on fluent ui libraries as described here. They downloaded the design from here.

Unfortunately, our engineering team is using Angular, so we naturally reached for the option of web component but found out to our surprise that the library is completely different - different set of components, abilities, and of course - a completely different design.

I thought that all fluentui platforms are supposed to be an implementation / interface of the same design. Why is this not the case? What am I missing?

Is there a way we can use the design described in here in Angular? (Except actually using the react library inside my Angular project).

Thanks for helping and very sorry if this question is inappropriate for this forum.

Shachar Har-Shuv
  • 666
  • 6
  • 24

1 Answers1

0

fluent web components integrated with angular.

take a look at documents

Ehsan Vali
  • 344
  • 2
  • 9
  • 1
    I saw this article. This just explains how to use the web components in Angular, it's not an "Angular" solution. And even if it was - it doesn't answer my question. My problem was that our design team built their design based on the react component which look different. – Shachar Har-Shuv Oct 13 '22 at 20:14