Git Product home page Git Product logo

Comments (9)

AH72KING avatar AH72KING commented on July 25, 2024

Image that is not showing is cart image
for that you have to change angular-cli.json file little bit

just change
"assets": "assets",

To This

"assets": [
        "assets",
        "favicon.ico"
      ],

and do npm install or ng update if your using angular cli as global

from angular2-shop.

caroso1222 avatar caroso1222 commented on July 25, 2024

The project has been upgraded to Angular 5. I couldn't replicate this issue in this new version. Can you please try again and double check if the issue still remains? I'm happy to reopen the ticket should you still have trouble with this.

from angular2-shop.

tiedyejedi avatar tiedyejedi commented on July 25, 2024

I'm experiencing the same issue with the scrollbars in the product thumbnails like in the image above. However, the shopping cart icon is showing. I'm new to Angular as of 2 weeks ago so, everything is fresh to me. I'm running: Angular: 5.2.1.

from angular2-shop.

caroso1222 avatar caroso1222 commented on July 25, 2024

Hey @tiedyejedi thanks for the report. Mind sharing a screenshot of how it looks like on your end? I'm on Mac so I can't easily replicate the behaviour. Thanks!

from angular2-shop.

tiedyejedi avatar tiedyejedi commented on July 25, 2024

localhost:
image

your demo looks fine...
image

worse when page is shrunk...
image

demo is still fine....
image

I did notice this warning in Visual Studio Code:

Your global Angular CLI version (1.7.3) is greater than your local
version (1.6.5). The local Angular CLI version is used.

Never seen that before and I probably just didn't see it yesterday when I
installed your shopping cart. Also, I downloaded the github file rather
than use the CLI.

from angular2-shop.

tiedyejedi avatar tiedyejedi commented on July 25, 2024

Update:

removing this style fixes it:

position: relative;

in the .info and .wrapper classes of the product-thumbnail.component.sass file.

So, my wrapper is now:
.wrapper{
border-radius: 5px;
box-shadow: 0 5px 5px;
text-align: center;
display: block;
background-color: white;
box-shadow: 0 6px 17px rgba(0,0,0,0.07);
}

and deleted the .info one as the position was the only thing in it.

The best seller tag is removed, but I don't want that anyways. In fact, I'll be removing a lot more features. I don't need a search or order by. Not sure if it's possible, but making it more modular would help, IMO. That is, if it's even possible.

I do like this shopping cart. Very well done! I do hope I can get it to work in my app, but at least I got a demo working on my server, so we'll see.

from angular2-shop.

caroso1222 avatar caroso1222 commented on July 25, 2024

Hey @tiedyejedi thanks for the follow up! Glad you figured it out. Yeah, the project isn't well organized actually, sorry about that. It was really not meant to be, I built it super quick and shoot the code here :D thanks again for the feedback, I'll use this to fix the scrollable thing.

from angular2-shop.

tiedyejedi avatar tiedyejedi commented on July 25, 2024

No problem about the organization. I like figuring things out. However, I just noticed my "fix" breaks the view details aspect of it, which is critical, but maybe something I can work around.

from angular2-shop.

caroso1222 avatar caroso1222 commented on July 25, 2024

I wonder, what if you try setting overflow: hidden to the .info class? if that won't work, try also in the .wrapper class although that may hide the best-seller tag (but you don't need it anyways). Keep the position: relative if that's breaking the detail view. Disabling the overflow might do the trick to hide those scrollbars.

from angular2-shop.

Related Issues (6)

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.