Skip to content

NNNIC/psgg-angular-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psgg-angular-sample

Environment

Windows 7/8/10
anguler6
StateGo

Implementation example

    const sm = new hogeControl();
    sm.start();
    while(!sm.is_end()) {
        sm.Update();
    }

Tutorial

  1. Go playground.

  2. Follow the directions in readme file.

  3. Create a state that has "alert" in "init" item.

  4. Push "001" button.

Sample

  1. Go sample

  2. start server

NOTE: This sample cannot use "IF" feature because simply I could not have enough time to do.