preprocess
preprocess copied to clipboard
Multiple conditions with OR relationship in @if
multiple conditions with AND relationship I can use Nested @if statement, like this:
//@if ENV!='dev'
//@if ENV!='prod'
App.controller('devController', function() {})
//@endif
//@endif
how to Implement code like //@if ENV!='dev' || ‘prod’
@jsoverson
Is this project still alive? 😂