Code Monkey home page Code Monkey logo

vs-ngx-item-templates's People

Contributors

jasonbro avatar pavel-agarkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vs-ngx-item-templates's Issues

Support for mvc?

If I wanted to manually make this work with an MVC app. Is there a folder I could copy the files too.
I have looked at the install folder "Extensions\oceuabo1.vvh" but not sure if there is a way to do it.

Extension crashing when trying to generate

Hi

I installed the extension and it worked once. After that I swtiched branches and did the same action and it started crashing. Here is what I am getting

devenv_3yIJYQG24c
devenv_V5p3BlY4TP

Not sure what I am doing wrong. I have uninstalled and installed the extensions multiple times.

Style Sheet Generation Bug

Hello - There seems to be a small bug when generating a new component. If you chose to not generate a style sheet with the component then the styles file doesn't get generated, as expected, but the styleUrls property is still added on the component declaration. It's not a huge deal, but it does cause a "Module Not Found" error.

Module not found: Error: Can't resolve './my.component.css' in 'foobar'

Reproduce

  1. Start the process of adding a new component
  2. Uncheck "Styles file name:"
  3. Click OK to generate the component.

Example

@Component({
    selector: 'app-my',
    templateUrl: './my.component.html',
    styleUrls: ['./my.component.css'] //<-----Should not be added
})
export class MyComponent {
    constructor() { }
}

Workaround
To fix it one just need to simply remove that property for now.

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.