1. Question: TypeScript file extension is ___

    A
    js

    B
    es

    C
    ts

    D
    tts

    Note: Not available
    1. Report
  2. Question: How do you install npm package?

    A
    npm install PackageName

    B
    npm –install PackageName

    C
    npm PackageName

    D
    npm -i PackgeName

    Note: Not available
    1. Report
  3. Question: Git is a ___

    A
    Command tool

    B
    Version Control tool

    C
    API

    D
    Package

    Note: Not available
    1. Report
  4. Question: What does npm stand for?

    A
    Node Package Manager

    B
    Nodejs Package Manager

    C
    Notpad Package Management

    D
    None

    Note: Not available
    1. Report
  5. Question: How do you apply command to check npm version?

    A
    npm –v

    B
    npm –version

    C
    npm v

    D
    npm version

    Note: Not available
    1. Report
  6. Question: 6. Which command is used to create angular app?

    A
    Angular new appName

    B
    Ng create appName

    C
    Ng new appName

    D
    Ng create new appName

    Note: Not available
    1. Report
  7. Question: How do you install npm package with version number?

    A
    Npm i –v 2.1 -p PackageName

    B
    Npm i PackageName –v 2.1

    C
    Npm i PackageName@2.1

    D
    None

    Note: Not available
    1. Report
  8. Question: Which key is used to install package in global scope?

    A
    --g

    B
    --global or -g

    C
    I

    D
    –i

    Note: Not available
    1. Report
  9. Question: Which command is used to run angular app at default browse with specified port?

    A
    Ng serve -p 2000 –open

    B
    Ng serve -port 2000 --open

    C
    Ng serve --port 2000 --open

    D
    Ng run –p 2000 –open

    Note: Not available
    1. Report
  10. Question: Which configuration file is used to configure angular development tools?

    A
    Package.json

    B
    Angular.json

    C
    Tsconfig.json

    D
    Karma.config.json

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd