Git Product home page Git Product logo

Comments (4)

tomastrajan avatar tomastrajan commented on May 15, 2024

Can you please provide link to that statement? I only could find this.

As for circular dependencies, their presence can be a valuable signal that the service / something which is affected should be moved up in the hierarchy or refactored so I don't see this as a bad thing.

Also I guess circular dependencies happen more because of the way the functionality is structured and not because of the use of barrel itself but my experience whit that is limited.

from angular-ngrx-material-starter.

hhubik avatar hhubik commented on May 15, 2024

@tomastrajan search for barrel in Angular Changelog

There is also a related discussion here

I am personally too new to this front-end stuff to have a preference one way or another :) I just remember taking out barrels from a project during the NG2 > NG4 transition because they were no longer "recommended". That's all.

from angular-ngrx-material-starter.

tomastrajan avatar tomastrajan commented on May 15, 2024

I have checked the discussion and think that the last comment summarizes it quite nicely...

@michaeljota We all like barrels. What has changed is that they are now considered a matter of personal style, not Angular style.

There was a time when we thought they would be almost essential for aggregating access to components. After modules were introduced, that purpose melted away. They still have utility for aggregating model and service classes; I'm sure they are useful elsewhere too.

SystemJS is not a factor in this decision. Barrels and SystemJS get along fine.

Keep using barrels as you find them helpful. We have decided not to restore barrels to the Style Guide. This issue is closed.

(emphasis is mine)

Barrels can still be useful for simplification of import / export of a module with a lot of stuff (eg: services) which will be imported by other services / components / modules. The CoreModule and it's index.ts file are then a great example of a barrel which exposes services which are needed by many other services through the application.

Hope that this helps!

Thank you for your interest and contribution!

from angular-ngrx-material-starter.

jeevasusej avatar jeevasusej commented on May 15, 2024

Can we use barrels only for interfaces, classes or enums instead of services, directives or components?

from angular-ngrx-material-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.