Nicholas Shahan

Results 111 comments of Nicholas Shahan

If you are importing the styles for the app layout in your project, you will need a dependency on angular_components. Then in your component you need to use the styles...

OK this is a little more complicated if you are copying the files directly. We are making a few customizations to make the build process for the gallery similar to...

I still want to make this work but in a way that makes sense internally and externally. I'm filing an internal bug to track.

Thanks for pointing this out. Currently the tab labels are text only. I will open a tracking issue internally also.

There will be updates coming to the tabs, but nothing to report yet.

The typical pattern is it set a custom ComponentRenderer or ItemRenderer. https://github.com/dart-lang/angular_components/blob/master/lib/src/components/material_tree/src/material_tree_impl.dart#L79 You can specify a component renderer that adds an icon. ``` /// An example component renderer that adds...

@jifalops `webdev serve` is simply an opinionated wrapper around `pub run build_runner` that defaults some options where it should be helpful for most use cases. This package includes a builder...

@jifalops Make sure you add a dev_dependency on sass_builder in your package. Then when you run `webdev serve` your .scss files should get compiled to .css before the angular builder...

@CarreraPHP Take a look at the output you are getting for your project. From this configuration it looks like you might be getting every .scss file compiled to two .css...