Code Monkey home page Code Monkey logo

angular-productivity-pack's People

Contributors

cyrilletuzi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

angular-productivity-pack's Issues

Property Intellisense not work with "dash"

my class is something like this:

export class PromotionCode {

public PTC_ID: string;
public PTC_SeqNumber: number;
public PTC_Type: PromotionCodeType;
public PTC_ParentsID: string;
public PTC_CreatedBy: string;
public PTC_LastUpdatedBy: string;
public PTC_CreatedDate: Date;
public PTC_UpdatedDate: Date;
public PTC_Approved: boolean;
public PTC_ApprovedDate: Date;
public PTC_ApplyDate: Date;
public PTC_StartDate: Date;
public PTC_ExpiredDate: Date;
public PTC_IsApplied: boolean;
public PTC_Prefix: string;
public PTC_Code: string;
public PTC_Amount: number;
public PTC_AmountType: PromotionCodeAmountType;
public PTC_Name: string;
public PTC_Note: string;
public PTC_ApplyNote: string;
public PTC_AvailableApplyCount: number;
public PTC_AppliedCount: number;

public IsExpired: boolean;
public AvailableStatus: PromotionCodeAvailable;

}

The intellisense only work in 2 properties: IsExpired, AvailableStatus. All other properties not work. I think it because the "dash" in the property name.

Can someone help to take a look on this,

Thanks for the awesome product

Add Quokka.js

Quokka.js is a rapid prototyping playground in your editor, with access to your project’s files, inline reporting, code coverage and rich output formatting.

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.