Giter Site home page Giter Site logo

Comments (3)

b4dnewz avatar b4dnewz commented on May 21, 2024

Hi, @fcarreno thanks for appreciating it!

Actually the directive will auto-style it self to occupy all the space of it's parent container.

In your specific case if you want to move around the loader, like for example inside a container you do like this:

.my-box {
  position: relative;  /* <-- this is mandatory in this case */
  width: 500px;
  height: 500px;
  margin: 0 auto;
}
<div class="my-box">
  <page-loader></page-loader>
</div>

If you want, you can be more specific in describing what you want to archive and I will help if needed.

Let me know if this helps with your issue.

from angular-page-loader.

fcarreno avatar fcarreno commented on May 21, 2024

Great! I will keep that in mind, relative to its parent works for me. Thanks again!

from angular-page-loader.

b4dnewz avatar b4dnewz commented on May 21, 2024

You welcome, if you have any other issue or feature request feel free to open a new issue.

from angular-page-loader.

Related Issues (3)

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.